Sha256: 397f823a219cbfc6f9b34d67179369d8bb4c146bf40c6dbc9b9edd7dcee74f48
Contents?: true
Size: 815 Bytes
Versions: 13
Compression:
Stored size: 815 Bytes
Contents
// // ViewController.swift // PROJECT // // Created by PROJECT_OWNER on TODAYS_DATE. // Copyright (c) TODAYS_YEAR PROJECT_OWNER. All rights reserved. // import UIKit import PROJECT import YKRouterComponent import YKModuleServiceComponent 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) { print("---调用路由---") YKRouterComponent.shareInstance().ykOpenUrlInstance(CPDPROJECT_Swift_RouterDefine.demoPage(), fromVC: self, complete: nil) } @IBAction func serviceEvent(_ sender: Any) { print("---调用服务---") } }
Version data entries
13 entries across 13 versions & 1 rubygems