Sha256: cc40e1a0c523da78d5a2c014b131a29646c575c4064913cb3b1518072560a6db
Contents?: true
Size: 698 Bytes
Versions: 3
Compression:
Stored size: 698 Bytes
Contents
// <%= @prefixed_module %>RouterRegisterSwift.swift // // <%= @project %> // // Created by <%= @author %> on <%= @date %>. // import UIKit import YKRouterComponent class <%= @prefixed_module %>RouterRegisterSwift: NSObject { } extension <%= @prefixed_module %>RouterRegisterSwift: YKRouterComponentRegisterProtocol { static func ykRouterRegisterExecute() { //注册路由 kRouter_example_POD_NAME_swift //YKRouterRegisterUrlParttern("routerUrl", nil) { (urlRequest: YKRouterUrlRequest, complete: YKRouterUrlCompletion?) in //let vc = UIViewController() //urlRequest.fromVC?.navigationController?.pushViewController(vc, animated: true) //} } }
Version data entries
3 entries across 3 versions & 2 rubygems