Вы находитесь на странице: 1из 3

/**

* This header is generated by class-dump-z 0.2a.


* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
*
* Source: (null)
*/
typedef struct _NSZone NSZone;
typedef struct CGPoint {
float _field1;
float _field2;
} CGPoint;
typedef struct CGSize {
float _field1;
float _field2;
} CGSize;
typedef struct CGRect {
CGPoint _field1;
CGSize _field2;
} CGRect;
@protocol NSObject
@optional
@property(readonly, copy) NSString* debugDescription;
@required
@property(readonly, copy) NSString* description;
@property(readonly, assign) Class superclass;
@property(readonly, assign) unsigned hash;
-(NSZone*)zone;
-(unsigned)retainCount;
-(id)autorelease;
-(oneway void)release;
-(id)retain;
-(BOOL)respondsToSelector:(SEL)selector;
-(BOOL)conformsToProtocol:(id)protocol;
-(BOOL)isMemberOfClass:(Class)aClass;
-(BOOL)isKindOfClass:(Class)aClass;
-(BOOL)isProxy;
-(id)performSelector:(SEL)selector withObject:(id)object withObject:(id)object3;
-(id)performSelector:(SEL)selector withObject:(id)object;
-(id)performSelector:(SEL)selector;
-(id)self;
-(Class)class;
-(BOOL)isEqual:(id)equal;
@end
@protocol UIApplicationDelegate <NSObject>
@optional
@property(retain, nonatomic) UIWindow* window;
-(void)application:(id)application userDidAcceptCloudKitShareWithMetadata:(id)us
er;
-(void)application:(id)application didUpdateUserActivity:(id)activity;
-(void)application:(id)application didFailToContinueUserActivityWithType:(id)typ
e error:(id)error;
-(BOOL)application:(id)application continueUserActivity:(id)activity restoration
Handler:(id)handler;
-(BOOL)application:(id)application willContinueUserActivityWithType:(id)type;
-(void)application:(id)application didDecodeRestorableStateWithCoder:(id)coder;
-(void)application:(id)application willEncodeRestorableStateWithCoder:(id)coder;
-(BOOL)application:(id)application shouldRestoreApplicationState:(id)state;
-(BOOL)application:(id)application shouldSaveApplicationState:(id)state;
-(id)application:(id)application viewControllerWithRestorationIdentifierPath:(id
)restorationIdentifierPath coder:(id)coder;
-(BOOL)application:(id)application shouldAllowExtensionPointIdentifier:(id)ident
ifier;
-(unsigned)application:(id)application supportedInterfaceOrientationsForWindow:(
id)window;
-(void)applicationProtectedDataDidBecomeAvailable:(id)applicationProtectedData;
-(void)applicationProtectedDataWillBecomeUnavailable:(id)applicationProtectedDat
a;
-(void)applicationWillEnterForeground:(id)application;
-(void)applicationDidEnterBackground:(id)application;
-(void)applicationShouldRequestHealthAuthorization:(id)application;
-(void)application:(id)application handleWatchKitExtensionRequest:(id)request re
ply:(id)reply;
-(void)application:(id)application handleEventsForBackgroundURLSession:(id)backg
roundURLSession completionHandler:(id)handler;
-(void)application:(id)application performActionForShortcutItem:(id)shortcutItem
completionHandler:(id)handler;
-(void)application:(id)application performFetchWithCompletionHandler:(id)complet
ionHandler;
-(void)application:(id)application didReceiveRemoteNotification:(id)notification
fetchCompletionHandler:(id)handler;
-(void)application:(id)application handleActionWithIdentifier:(id)identifier for
LocalNotification:(id)localNotification withResponseInfo:(id)responseInfo comple
tionHandler:(id)handler;
-(void)application:(id)application handleActionWithIdentifier:(id)identifier for
RemoteNotification:(id)remoteNotification completionHandler:(id)handler;
-(void)application:(id)application handleActionWithIdentifier:(id)identifier for
RemoteNotification:(id)remoteNotification withResponseInfo:(id)responseInfo comp
letionHandler:(id)handler;
-(void)application:(id)application handleActionWithIdentifier:(id)identifier for
LocalNotification:(id)localNotification completionHandler:(id)handler;
-(void)application:(id)application didReceiveLocalNotification:(id)notification;
-(void)application:(id)application didReceiveRemoteNotification:(id)notification
;
-(void)application:(id)application didFailToRegisterForRemoteNotificationsWithEr
ror:(id)error;
-(void)application:(id)application didRegisterForRemoteNotificationsWithDeviceTo
ken:(id)deviceToken;
-(void)application:(id)application didRegisterUserNotificationSettings:(id)setti
ngs;
-(void)application:(id)application didChangeStatusBarFrame:(CGRect)frame;
-(void)application:(id)application willChangeStatusBarFrame:(CGRect)frame;
-(void)application:(id)application didChangeStatusBarOrientation:(int)orientatio
n;
-(void)application:(id)application willChangeStatusBarOrientation:(int)orientati
on duration:(double)duration;
-(void)applicationSignificantTimeChange:(id)change;
-(void)applicationWillTerminate:(id)application;
-(void)applicationDidReceiveMemoryWarning:(id)application;
-(BOOL)application:(id)application openURL:(id)url options:(id)options;
-(BOOL)application:(id)application openURL:(id)url sourceApplication:(id)applica
tion3 annotation:(id)annotation;
-(BOOL)application:(id)application handleOpenURL:(id)url;
-(void)applicationWillResignActive:(id)application;
-(void)applicationDidBecomeActive:(id)application;
-(BOOL)application:(id)application didFinishLaunchingWithOptions:(id)options;
-(BOOL)application:(id)application willFinishLaunchingWithOptions:(id)options;
-(void)applicationDidFinishLaunching:(id)application;
@end
@protocol __ARCLiteIndexedSubscripting__
-(void)setObject:(id)object atIndexedSubscript:(unsigned)indexedSubscript;
-(id)objectAtIndexedSubscript:(unsigned)indexedSubscript;
@end
@protocol __ARCLiteKeyedSubscripting__
-(void)setObject:(id)object forKeyedSubscript:(id)keyedSubscript;
-(id)objectForKeyedSubscript:(id)keyedSubscript;
@end
@interface ViewController : UIViewController {
@private
UILabel* _stateLabel;
}
@property(assign, nonatomic) __weak UILabel* stateLabel;
-(void).cxx_destruct;
-(id)deviceStateValue;
-(id)deviceState;
-(void)didReceiveMemoryWarning;
-(void)testStatevalue:(id)statevalue;
-(void)testState:(id)state;
-(void)viewDidLoad;
@end
@interface AppDelegate : UIResponder <UIApplicationDelegate> {
@private
UIWindow* _window;
}
@property(readonly, copy) NSString* debugDescription;
@property(readonly, copy) NSString* description;
@property(readonly, assign) Class superclass;
@property(readonly, assign) unsigned hash;
@property(retain, nonatomic) UIWindow* window;
-(void).cxx_destruct;
-(void)applicationWillTerminate:(id)application;
-(void)applicationDidBecomeActive:(id)application;
-(void)applicationWillEnterForeground:(id)application;
-(void)applicationDidEnterBackground:(id)application;
-(void)applicationWillResignActive:(id)application;
-(BOOL)application:(id)application didFinishLaunchingWithOptions:(id)options;
@end

Вам также может понравиться