Sha256: cf458fad1b2234d2ce551fc9973d6b19ee02507e8cac7a5557320d84f3e02dbd
Contents?: true
Size: 556 Bytes
Versions: 6
Compression:
Stored size: 556 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 serviceEvent(_ sender: Any) { } }
Version data entries
6 entries across 6 versions & 1 rubygems