9 #import <Cocoa/Cocoa.h>
11 NS_ASSUME_NONNULL_BEGIN
17 - (instancetype)initWithApplication:(NSApplication *)application arguments:(NSArray<NSString *> *)arguments delegate:(
id<
InstallerProgressDelegate>)delegate;
21 - (void)cleanupAndExitWithStatus:(
int)status error:(NSError * _Nullable)error __attribute__((noreturn));
Definition: InstallerProgressAppController.h:15
Definition: InstallerProgressDelegate.h:15