Created
January 27, 2020 22:39
-
-
Save rismay/813d0ea8bd0b7d60b5f93260ac8e5c3f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// 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" | |
@class NSString, UIPrintInfo; | |
@protocol UINSApplicationDelegate <NSObject> | |
@property(copy, nonatomic) CDUnknownBlockType acceptsActivatingTouchCallback; | |
@property(copy, nonatomic) CDUnknownBlockType printOrExportPanelWasDismissedCallback; | |
@property(nonatomic) BOOL nextPrintJobShouldExport; | |
@property(copy, nonatomic) CDUnknownBlockType appWillTerminateCallback; | |
@property(copy, nonatomic) CDUnknownBlockType backgroundTasksWillExpireCallback; | |
@property(copy, nonatomic) CDUnknownBlockType appSupportsMultiwindowCallback; | |
@property(copy, nonatomic) CDUnknownBlockType regionBlockingWindowDragCallback; | |
- (void)dismissPrintOrExportPanel; | |
- (void)showPrintOrExportPanelWithPrintInfo:(UIPrintInfo *)arg1 andPDFDocumentGenerator:(void (^)(NSDictionary *, void (^)(id <UINSPDFDocument>)))arg2; | |
- (void)uiKitWantsToExitProcessWithStatus:(int)arg1; | |
- (void)didCompleteAllBackgroundTasksAfterBackgrounding; | |
- (BOOL)shouldCloseWindowWithSceneIdentifier:(NSString *)arg1 persistentIdentifier:(NSString *)arg2; | |
- (void)didDestroySceneWithSceneIdentifier:(NSString *)arg1; | |
- (void)didCreateSceneWithSceneIdentifier:(NSString *)arg1 persistentIdentifier:(NSString *)arg2; | |
- (id <UINSUserInterfaceTheme>)aquaTheme; | |
- (id <UINSWindow>)hostWindowForSceneIdentifier:(NSString *)arg1; | |
- (id <UINSWindow>)_hostWindowForUIWindow:(id)arg1; | |
- (id <UINSWindow>)hostWindowForUIWindow:(id)arg1; | |
- (void)didReceiveLaunchActions; | |
@end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment