Sha256: 040e395cab27f32afa25e76268ab304bed2d8f743fa0190390eb1dba42adeeea
Contents?: true
Size: 637 Bytes
Versions: 34
Compression:
Stored size: 637 Bytes
Contents
// // <%= @prefixed_module %>RouterDefine.swift // <%= @project %> // // Created by <%= @author %> on <%= @date %>. // // import Foundation public struct <%= @prefixed_module %>RouterConstants { static let <%= @prefixed_module %>DemoPage = "k<%= @prefixed_module %>DemoPage" /// 添加你自己的路由字符串常量 here ... } @objcMembers open class <%= @prefixed_module %>_Swift_RouterDefine: NSObject { private override init() {} public class func demoPage() -> String { <%= @prefixed_module %>RouterConstants.<%= @prefixed_module %>DemoPage } /// 添加你自己的路由定义 here ... }
Version data entries
34 entries across 34 versions & 2 rubygems