LZSwiftAppDelegateKit
示例
要运行示例项目,请克隆仓库,然后在 Example 目录下首先运行 pod install
。
要求
安装
LZSwiftAppDelegateKit 通过 CocoaPods 提供。要安装它,请将以下行添加到您的 Podfile:
pod 'LZSwiftAppDelegateKit'
_ = UIApplicationMain(CommandLine.argc, UnsafeMutableRawPointer(CommandLine.unsafeArgv).bindMemory(to: UnsafeMutablePointer<Int8>.self, capacity: Int(CommandLine.argc)), NSStringFromClass(UIApplication.self), NSStringFromClass(LZAppDelegate.self))
作者
chenjianlei, [email protected]
许可协议
LZSwiftAppDelegateKit遵循MIT许可协议。更多信息请查看LICENSE文件。