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

Version Path
yk_command-0.6.2 lib/yk_command/project/simple_project_template/templates/swift/Example/PROJECT/ViewController.swift
yk_command-0.6.1 lib/yk_command/project/simple_project_template/templates/swift/Example/PROJECT/ViewController.swift
yk_command-0.6.0 lib/yk_command/project/simple_project_template/templates/swift/Example/PROJECT/ViewController.swift
yk_command-0.5.91 lib/yk_command/project/simple_project_template/templates/swift/Example/PROJECT/ViewController.swift
yk_command-0.5.9 lib/yk_command/project/simple_project_template/templates/swift/Example/PROJECT/ViewController.swift
yk_command-0.5.8 lib/yk_command/project/simple_project_template/templates/swift/Example/PROJECT/ViewController.swift