5#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_HEADERS_FLUTTERAPPLIFECYCLEDELEGATE_H_
6#define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_HEADERS_FLUTTERAPPLIFECYCLEDELEGATE_H_
9#include <Foundation/Foundation.h>
28- (void)handleWillFinishLaunching:(NSNotification*)notification;
34- (void)handleDidFinishLaunching:(NSNotification*)notification;
40- (void)handleWillBecomeActive:(NSNotification*)notification;
46- (void)handleDidBecomeActive:(NSNotification*)notification;
52- (void)handleWillResignActive:(NSNotification*)notification;
58- (void)handleDidResignActive:(NSNotification*)notification;
64- (void)handleWillHide:(NSNotification*)notification;
70- (void)handleDidHide:(NSNotification*)notification;
76- (void)handleWillUnhide:(NSNotification*)notification;
82- (void)handleDidUnhide:(NSNotification*)notification;
88- (void)handleDidChangeScreenParameters:(NSNotification*)notification;
94- (void)handleDidChangeOcclusionState:(NSNotification*)notification;
104- (
BOOL)handleOpenURLs:(NSArray<NSURL*>*)urls;
117- (void)handleWillTerminate:(NSNotification*)notification;
#define NS_ASSUME_NONNULL_BEGIN
#define NS_ASSUME_NONNULL_END
#define FLUTTER_DARWIN_EXPORT