Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Clone in Desktop Download ZIP
Fetching contributors…
Cannot retrieve contributors at this time
38 lines (31 sloc) 1.08 KB
/**
* This header is generated by class-dump-z 0.1-11o.
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
*/
#import <UIKit/UIDevice.h>
#import "UIKit-Structs.h"
#import <Foundation/NSObject.h>
#import <Availability2.h>
@class NSString;
@interface UIDevice ()
+(int)currentDeviceOrientationAllowingAmbiguous:(BOOL)ambiguous;
-(id)buildVersion;
-(void)setOrientation:(int)orientation;
-(void)beginGeneratingDeviceOrientationNotifications;
-(void)endGeneratingDeviceOrientationNotifications;
-(void)setOrientation:(int)orientation animated:(BOOL)animated __OSX_AVAILABLE_STARTING(__MAC_NA, __IPHONE_3_2);
@end
@interface UIDevice (UIDevicePrivate)
@property(readonly, retain, nonatomic) NSString* buildVersion;
@property(assign, nonatomic) int orientation;
-(void)_setProximityState:(BOOL)state;
-(void)_setBatteryState:(int)state;
-(void)_setBatteryLevel:(float)level;
#if __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_3_2
-(BOOL)isWildcat;
-(void)setIsWildcat:(BOOL)wildcat;
#endif
@end
@interface UIDevice (Private)
-(void)_enableDeviceOrientationEvents:(BOOL)events;
@end
Jump to Line
Something went wrong with that request. Please try again.