Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //
- // ViewController.swift
- // FunFacts
- //
- // Created by Rob on 5/31/15.
- // Copyright (c) 2015 RobSOFT. All rights reserved.
- //
- import UIKit
- class ViewController: UIViewController {
- override func viewDidLoad() {
- super.viewDidLoad()
- // Do any additional setup after loading the view, typically from a nib.
- }
- override func didReceiveMemoryWarning() {
- super.didReceiveMemoryWarning()
- // Dispose of any resources that can be recreated.
- }
- @IBAction func showFunFact() {
- println("You pressed me!")
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement