5 #ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERSCENELIFECYCLE_TEST_H_
6 #define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERSCENELIFECYCLE_TEST_H_
13 @property(nonatomic, strong) UISceneConnectionOptions* connectionOptions;
14 @property(nonatomic, strong) NSPointerArray* flutterManagedEngines;
15 @property(nonatomic, strong) NSPointerArray* developerManagedEngines;
17 - (void)updateFlutterManagedEnginesInScene:(UIScene*)scene;
18 - (void)scene:(UIScene*)scene
19 willConnectToSession:(UISceneSession*)session
21 options:(UISceneConnectionOptions*)connectionOptions;
22 - (NSArray*)allEngines;