Sha256: c74bd3b2bef98a9002fc2d64cd92dd31c7892785bfb1edf02b4b00f590dd102e
Contents?: true
Size: 625 Bytes
Versions: 4
Compression:
Stored size: 625 Bytes
Contents
// // ViewController.swift // PROJECT // // Created by PROJECT_OWNER on TODAYS_DATE. // Copyright (c) TODAYS_YEAR PROJECT_OWNER. 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. self.navigationItem.title = "PROJECT Demo" } @IBAction func routerEvent(_ sender: Any) { } @IBAction func routerEvent_swift(_ sender: UIButton) { } @IBAction func serviceEvent(_ sender: Any) { } }
Version data entries
4 entries across 4 versions & 2 rubygems