Skip to content

Commit

Permalink
iProgressHUDDemo fix AppDelegate
Browse files Browse the repository at this point in the history
  • Loading branch information
rudifa committed Jul 18, 2023
1 parent ab1bd30 commit f9ec317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iProgressHUDDemo/iProgressHUDDemo/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?


func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.
return true
}
Expand Down

0 comments on commit f9ec317

Please sign in to comment.