123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- #import "SceneDelegate.h"
- @interface SceneDelegate ()
- @end
- @implementation SceneDelegate
- - (void)scene:(UIScene *)scene willConnectToSession:(UISceneSession *)session options:(UISceneConnectionOptions *)connectionOptions {
-
-
-
- }
- - (void)sceneDidDisconnect:(UIScene *)scene {
-
-
-
-
- }
- - (void)sceneDidBecomeActive:(UIScene *)scene {
-
-
- }
- - (void)sceneWillResignActive:(UIScene *)scene {
-
-
- }
- - (void)sceneWillEnterForeground:(UIScene *)scene {
-
-
- }
- - (void)sceneDidEnterBackground:(UIScene *)scene {
-
-
-
- }
- @end
|