Skip to content

Instantly share code, notes, and snippets.

@rismay
Created January 27, 2020 22:39
Show Gist options
  • Save rismay/e2b05bf3e1e7ba55ea7fa2e38597345d to your computer and use it in GitHub Desktop.
Save rismay/e2b05bf3e1e7ba55ea7fa2e38597345d to your computer and use it in GitHub Desktop.
//
// 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