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

Version Path
mt_tool-1.0.0 lib/mt_tool/module/template/swift/RouterDefine.swift
mt_tool-0.1.5 lib/mt_tool/module/template/swift/RouterDefine.swift
mt_tool-0.1.4 lib/mt_tool/module/template/swift/RouterDefine.swift
yk_command-0.6.2 lib/yk_command/module/template/swift/RouterDefine.swift
yk_command-0.6.1 lib/yk_command/module/template/swift/RouterDefine.swift
yk_command-0.6.0 lib/yk_command/module/template/swift/RouterDefine.swift
yk_command-0.5.91 lib/yk_command/module/template/swift/RouterDefine.swift
yk_command-0.5.9 lib/yk_command/module/template/swift/RouterDefine.swift
yk_command-0.5.8 lib/yk_command/module/template/swift/RouterDefine.swift
yk_command-0.5.7 lib/yk_command/module/template/swift/RouterDefine.swift
yk_command-0.5.6 lib/yk_command/module/template/swift/RouterDefine.swift
yk_command-0.5.5 lib/yk_command/module/template/swift/RouterDefine.swift
yk_command-0.5.4 lib/yk_command/module/template/swift/RouterDefine.swift
yk_command-0.5.3 lib/yk_command/module/template/swift/RouterDefine.swift
yk_command-0.5.2 lib/yk_command/module/template/swift/RouterDefine.swift
yk_command-0.5.1 lib/yk_command/module/template/swift/RouterDefine.swift
yk_command-0.5.0 lib/yk_command/module/template/swift/RouterDefine.swift
yk_command-0.4.9 lib/yk_command/module/template/swift/RouterDefine.swift
yk_command-0.4.8 lib/yk_command/module/template/swift/RouterDefine.swift
yk_command-0.4.7 lib/yk_command/module/template/swift/RouterDefine.swift