Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "NSObject.h"
#import "NSWindowRestoration.h"
#import "UINSApplicationDelegate.h"
@class NSArray, NSBundle, NSDictionary, NSMutableDictionary, NSString, UINSApplicationLifecycleController, UINSPrintingController, USSBackgroundLaunchRequest, USSUserActivityContinuationRequest, USSUserNotificationResponseRequest;
@interface UINSApplicationDelegate : NSObject <NSWindowRestoration, UINSApplicationDelegate>
{
NSMutableDictionary *_sceneWindowControllers;
NSString *_mainSceneIdentifier;
unsigned long long _launchSuspensionCount;
BOOL _isDefaultLaunch;
BOOL _launchingIsComplete;
BOOL _registeredForAccessibilityNotifications;
BOOL _nextPrintJobShouldExport;
BOOL _didConfigureWindow;
BOOL _shouldEmitApplicationLaunchSignpost;
id <NSObject> _appearanceObserver;
CDUnknownBlockType _becomeFirstResponderHandler;
CDUnknownBlockType _hasValidRequestorForReturnType;
CDUnknownBlockType _hostWindowDidChangeKeyHandler;
CDUnknownBlockType _reportInitialWindowsDidOpenCallback;
CDUnknownBlockType _hostWindowDidResizeCallback;
CDUnknownBlockType _activityItemsConfigurationForServicesAndSharing;
CDUnknownBlockType _performActionWithCompletionHandler;
CDUnknownBlockType _readSelectionFromPasteboardWithName;
CDUnknownBlockType _resignFirstResponderHandler;
CDUnknownBlockType _targetInUIResponderChainFromFirstResponder;
CDUnknownBlockType _targetInUIResponderChainFromUIWindowRootVC;
CDUnknownBlockType _targetInUIResponderChainFromUIApplication;
CDUnknownBlockType _sendFlagsChangedKeyEvent;
CDUnknownBlockType _sendKeyEvent;
CDUnknownBlockType _receivedTestURLCallback;
CDUnknownBlockType _sceneIdentifierForOpenURLCallback;
NSArray *_pendingOpenURLs;
USSUserActivityContinuationRequest *_pendingUserActivityContinuationRequest;
USSUserNotificationResponseRequest *_pendingUserNotificationResponseRequest;
id <UINSSystemAppearance> _systemAppearance;
CDUnknownBlockType _systemAppearanceDidChangeCallback;
NSString *_appName;
id <UINSApplicationShortcutItemMenuController> _applicationShortcutItemMenuController;
CDUnknownBlockType _printOrExportPanelWasDismissedCallback;
CDUnknownBlockType _backgroundTasksWillExpireCallback;
CDUnknownBlockType _appWillTerminateCallback;
CDUnknownBlockType _copyRegionBlockingWindowDragCallback;
CDUnknownBlockType _appSupportsMultiwindowCallback;
CDUnknownBlockType _acceptsActivatingTouchCallback;
id _appMenu;
CDUnknownBlockType _explicitlyMarksAppLaunchCompleteCallback;
CDUnknownBlockType _filterTabEventsForRTI;
id <UINSDebugUtilities> _debugUtilities;
id <UINSSceneUtilities> _sceneUtilities;
id <UINSActivityItemsConfigurationReading> _cachedActivityItemsConfigurationForServicesAndSharing;
CDUnknownBlockType _sceneViewCreatedForSceneCallback;
CDUnknownBlockType _preferredSceneViewSizeForSceneCallback;
CDUnknownBlockType _tabbingIdentifierForSceneIdentifierCallback;
CDUnknownBlockType _titleForSceneIdentifierCallback;
CDUnknownBlockType _contextIDsInSceneCallback;
USSBackgroundLaunchRequest *_pendingBackgroundLaunchRequest;
UINSPrintingController *_printingController;
UINSApplicationLifecycleController *_appLifecycleController;
}
+ (void)restoreWindowWithIdentifier:(id)arg1 state:(id)arg2 completionHandler:(CDUnknownBlockType)arg3;
+ (id)sharedDelegate;
@property(retain, nonatomic) UINSApplicationLifecycleController *appLifecycleController; // @synthesize appLifecycleController=_appLifecycleController;
@property(retain, nonatomic) UINSPrintingController *printingController; // @synthesize printingController=_printingController;
@property(retain, nonatomic) USSBackgroundLaunchRequest *pendingBackgroundLaunchRequest; // @synthesize pendingBackgroundLaunchRequest=_pendingBackgroundLaunchRequest;
@property(copy, nonatomic) CDUnknownBlockType contextIDsInSceneCallback; // @synthesize contextIDsInSceneCallback=_contextIDsInSceneCallback;
@property(copy, nonatomic) CDUnknownBlockType titleForSceneIdentifierCallback; // @synthesize titleForSceneIdentifierCallback=_titleForSceneIdentifierCallback;
@property(copy, nonatomic) CDUnknownBlockType tabbingIdentifierForSceneIdentifierCallback; // @synthesize tabbingIdentifierForSceneIdentifierCallback=_tabbingIdentifierForSceneIdentifierCallback;
@property(copy, nonatomic) CDUnknownBlockType preferredSceneViewSizeForSceneCallback; // @synthesize preferredSceneViewSizeForSceneCallback=_preferredSceneViewSizeForSceneCallback;
@property(copy, nonatomic) CDUnknownBlockType sceneViewCreatedForSceneCallback; // @synthesize sceneViewCreatedForSceneCallback=_sceneViewCreatedForSceneCallback;
@property(retain, nonatomic) id <UINSActivityItemsConfigurationReading> cachedActivityItemsConfigurationForServicesAndSharing; // @synthesize cachedActivityItemsConfigurationForServicesAndSharing=_cachedActivityItemsConfigurationForServicesAndSharing;
@property(retain, nonatomic) id <UINSSceneUtilities> sceneUtilities; // @synthesize sceneUtilities=_sceneUtilities;
@property(retain, nonatomic) id <UINSDebugUtilities> debugUtilities; // @synthesize debugUtilities=_debugUtilities;
@property(copy, nonatomic) CDUnknownBlockType filterTabEventsForRTI; // @synthesize filterTabEventsForRTI=_filterTabEventsForRTI;
@property(nonatomic) BOOL shouldEmitApplicationLaunchSignpost; // @synthesize shouldEmitApplicationLaunchSignpost=_shouldEmitApplicationLaunchSignpost;
@property(copy, nonatomic) CDUnknownBlockType explicitlyMarksAppLaunchCompleteCallback; // @synthesize explicitlyMarksAppLaunchCompleteCallback=_explicitlyMarksAppLaunchCompleteCallback;
@property(readonly, nonatomic) BOOL didConfigureWindow; // @synthesize didConfigureWindow=_didConfigureWindow;
@property(retain, nonatomic) id appMenu; // @synthesize appMenu=_appMenu;
@property(copy, nonatomic) CDUnknownBlockType acceptsActivatingTouchCallback; // @synthesize acceptsActivatingTouchCallback=_acceptsActivatingTouchCallback;
@property(copy, nonatomic) CDUnknownBlockType appSupportsMultiwindowCallback; // @synthesize appSupportsMultiwindowCallback=_appSupportsMultiwindowCallback;
@property(copy, nonatomic) CDUnknownBlockType copyRegionBlockingWindowDragCallback; // @synthesize copyRegionBlockingWindowDragCallback=_copyRegionBlockingWindowDragCallback;
@property(copy, nonatomic) CDUnknownBlockType appWillTerminateCallback; // @synthesize appWillTerminateCallback=_appWillTerminateCallback;
@property(copy, nonatomic) CDUnknownBlockType backgroundTasksWillExpireCallback; // @synthesize backgroundTasksWillExpireCallback=_backgroundTasksWillExpireCallback;
@property(copy, nonatomic) CDUnknownBlockType printOrExportPanelWasDismissedCallback; // @synthesize printOrExportPanelWasDismissedCallback=_printOrExportPanelWasDismissedCallback;
@property(nonatomic) BOOL nextPrintJobShouldExport; // @synthesize nextPrintJobShouldExport=_nextPrintJobShouldExport;
@property(retain, nonatomic) id <UINSApplicationShortcutItemMenuController> applicationShortcutItemMenuController; // @synthesize applicationShortcutItemMenuController=_applicationShortcutItemMenuController;
@property(copy, nonatomic) CDUnknownBlockType systemAppearanceDidChangeCallback; // @synthesize systemAppearanceDidChangeCallback=_systemAppearanceDidChangeCallback;
@property(retain, nonatomic) id <UINSSystemAppearance> systemAppearance; // @synthesize systemAppearance=_systemAppearance;
@property(retain, nonatomic) USSUserNotificationResponseRequest *pendingUserNotificationResponseRequest; // @synthesize pendingUserNotificationResponseRequest=_pendingUserNotificationResponseRequest;
@property(retain, nonatomic) USSUserActivityContinuationRequest *pendingUserActivityContinuationRequest; // @synthesize pendingUserActivityContinuationRequest=_pendingUserActivityContinuationRequest;
@property(retain, nonatomic) NSArray *pendingOpenURLs; // @synthesize pendingOpenURLs=_pendingOpenURLs;
@property(copy, nonatomic) CDUnknownBlockType sceneIdentifierForOpenURLCallback; // @synthesize sceneIdentifierForOpenURLCallback=_sceneIdentifierForOpenURLCallback;
@property(copy, nonatomic) CDUnknownBlockType receivedTestURLCallback; // @synthesize receivedTestURLCallback=_receivedTestURLCallback;
@property(copy, nonatomic) CDUnknownBlockType sendKeyEvent; // @synthesize sendKeyEvent=_sendKeyEvent;
@property(copy, nonatomic) CDUnknownBlockType sendFlagsChangedKeyEvent; // @synthesize sendFlagsChangedKeyEvent=_sendFlagsChangedKeyEvent;
@property(retain, nonatomic) NSDictionary *sceneWindowControllers; // @synthesize sceneWindowControllers=_sceneWindowControllers;
@property(copy, nonatomic) CDUnknownBlockType targetInUIResponderChainFromUIApplication; // @synthesize targetInUIResponderChainFromUIApplication=_targetInUIResponderChainFromUIApplication;
@property(copy, nonatomic) CDUnknownBlockType targetInUIResponderChainFromUIWindowRootVC; // @synthesize targetInUIResponderChainFromUIWindowRootVC=_targetInUIResponderChainFromUIWindowRootVC;
@property(copy, nonatomic) CDUnknownBlockType targetInUIResponderChainFromFirstResponder; // @synthesize targetInUIResponderChainFromFirstResponder=_targetInUIResponderChainFromFirstResponder;
@property(copy, nonatomic) CDUnknownBlockType resignFirstResponderHandler; // @synthesize resignFirstResponderHandler=_resignFirstResponderHandler;
@property(nonatomic) BOOL registeredForAccessibilityNotifications; // @synthesize registeredForAccessibilityNotifications=_registeredForAccessibilityNotifications;
@property(copy, nonatomic) CDUnknownBlockType readSelectionFromPasteboardWithName; // @synthesize readSelectionFromPasteboardWithName=_readSelectionFromPasteboardWithName;
@property(copy, nonatomic) CDUnknownBlockType performActionWithCompletionHandler; // @synthesize performActionWithCompletionHandler=_performActionWithCompletionHandler;
@property(copy, nonatomic) CDUnknownBlockType activityItemsConfigurationForServicesAndSharing; // @synthesize activityItemsConfigurationForServicesAndSharing=_activityItemsConfigurationForServicesAndSharing;
@property(copy, nonatomic) CDUnknownBlockType hostWindowDidResizeCallback; // @synthesize hostWindowDidResizeCallback=_hostWindowDidResizeCallback;
@property(copy, nonatomic) CDUnknownBlockType reportInitialWindowsDidOpenCallback; // @synthesize reportInitialWindowsDidOpenCallback=_reportInitialWindowsDidOpenCallback;
@property(copy, nonatomic) CDUnknownBlockType hostWindowDidChangeKeyHandler; // @synthesize hostWindowDidChangeKeyHandler=_hostWindowDidChangeKeyHandler;
@property(copy, nonatomic) CDUnknownBlockType hasValidRequestorForReturnType; // @synthesize hasValidRequestorForReturnType=_hasValidRequestorForReturnType;
@property(copy, nonatomic) CDUnknownBlockType becomeFirstResponderHandler; // @synthesize becomeFirstResponderHandler=_becomeFirstResponderHandler;
@property(retain, nonatomic) id <NSObject> appearanceObserver; // @synthesize appearanceObserver=_appearanceObserver;
- (void).cxx_destruct;
- (void)_sendSystemAppRequest:(id)arg1 withCompletionHandler:(CDUnknownBlockType)arg2;
- (void)_activateAppAndSendSystemAppRequest:(id)arg1 withCompletionHandler:(CDUnknownBlockType)arg2;
- (void)activateIgnoringOtherApps:(BOOL)arg1;
- (void)printingFinished:(BOOL)arg1;
- (void)dismissPrintOrExportPanel;
- (void)showPrintOrExportPanelWithPrintInfo:(id)arg1 andPDFDocumentGenerator:(CDUnknownBlockType)arg2;
- (void)iterateWindowsForDropSessionWithID:(unsigned int)arg1 reply:(CDUnknownBlockType)arg2;
- (id)aquaTheme;
- (id)hostWindowForSceneIdentifier:(id)arg1;
- (id)hostWindowForUIWindow:(id)arg1;
- (id)_hostWindowForUIWindow:(id)arg1;
@property(readonly, nonatomic) id <UINSShareSheetController> shareSheetController;
@property(readonly, nonatomic) id <UINSMenuController> menuController;
@property(readonly, nonatomic) BOOL isAttemptingTermination;
- (void)uiKitWantsToExitProcessWithStatus:(int)arg1;
- (void)didCompleteAllBackgroundTasksAfterBackgrounding;
- (unsigned long long)applicationShouldTerminate:(id)arg1;
- (BOOL)applicationShouldTerminateAfterLastWindowClosed:(id)arg1;
- (BOOL)openURL:(id)arg1;
- (void)openURL:(id)arg1 options:(id)arg2 completion:(CDUnknownBlockType)arg3;
- (void)updateMainSceneIdentifier:(id)arg1;
@property(readonly) id <UINSWindow> keyHostWindow;
- (void)_didSetUIKitScaleFactor:(double)arg1;
@property(readonly, copy, nonatomic) NSString *appName; // @synthesize appName=_appName;
- (void)handleAppleEvent:(id)arg1 withReplyEvent:(id)arg2;
- (void)_tryToExtractBackgroundLaunchRequestFromCurrentAppleEvent;
- (BOOL)applicationShouldHandleReopen:(id)arg1 hasVisibleWindows:(BOOL)arg2;
- (void)applicationDidFinishLaunching:(id)arg1;
- (void)_launchingDidComplete;
- (void)_destroyUnopenedPreviouslyPersistedScenes;
- (void)_finishLaunching;
- (void)_resumeLaunchCompletion;
- (void)_suspendLaunchCompletion;
- (BOOL)_wantsInitialScene;
- (BOOL)applicationExplicitlyMarksAppLaunchComplete:(id)arg1;
- (void)application:(id)arg1 openURLs:(id)arg2;
- (void)processOpenURLs:(id)arg1;
- (id)contextIDsInSceneWithIdentifier:(id)arg1;
- (id)sceneIdentifierForURL:(id)arg1;
- (id)applicationDockMenu:(id)arg1;
@property(readonly, nonatomic) int pid;
@property(readonly, nonatomic) NSBundle *bundle;
- (void)restoreWindowWithIdentifier:(id)arg1 state:(id)arg2 completionHandler:(CDUnknownBlockType)arg3;
- (void)_createNewSceneWithCompletionHandler:(CDUnknownBlockType)arg1;
- (void)_createNewSceneOfSize:(struct CGSize)arg1 persistenceIdentifier:(id)arg2 completionHandler:(CDUnknownBlockType)arg3;
- (id)sceneWindowControllerWithIdentifier:(id)arg1 createIfNeeded:(BOOL)arg2;
- (void)_reportInitialWindowsDidOpenIfNeeded;
- (void)updateTitle:(id)arg1 forWindowController:(id)arg2;
- (id)titleForSceneIdentifier:(id)arg1;
- (id)implicitTabbingIdentifierForSceneIdentifier:(id)arg1;
- (void)_hideWindowForSceneIdentifier:(id)arg1;
- (void)_closeWindowControllerForSceneIdentifier:(id)arg1;
- (void)didDestroySceneWithSceneIdentifier:(id)arg1;
- (BOOL)shouldCloseWindowWithSceneIdentifier:(id)arg1 persistentIdentifier:(id)arg2;
- (void)didCreateSceneWithSceneIdentifier:(id)arg1 persistentIdentifier:(id)arg2;
- (void)didReceiveLaunchActions;
- (void)dealloc;
- (id)init;
// Remaining properties
@property(readonly, copy) NSString *debugDescription;
@property(readonly, copy) NSString *description;
@property(readonly) unsigned long long hash;
@property(readonly) Class superclass;
@end