Skip to content

Commit

Permalink
??
Browse files Browse the repository at this point in the history
  • Loading branch information
NJHu committed Nov 9, 2018
1 parent eec26b6 commit c20e30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwiftProject/NJDouYu/NJAppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class NJAppDelegate: UIResponder, UIApplicationDelegate {

lazy var window: UIWindow? = UIWindow(frame: UIScreen.main.bounds)

func applicationDidFinishLaunching(_ application: UIApplication) {
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey : Any]? = nil) -> Bool {
// 设置入口
window?.makeKeyAndVisible()
window?.rootViewController = NJTabBarController()
Expand Down

0 comments on commit c20e30a

Please sign in to comment.