2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <Foundation/NSObject.h>
9 @interface UIDevice
: NSObject
11 int _numDeviceOrientationObservers
;
13 unsigned int orientation
:3;
14 unsigned int batteryState
:2;
25 - (id
)uniqueIdentifier
;
26 - (void)setOrientation
:(int)fp8
;
28 - (void)setBatteryState
:(int)fp8
;
30 - (void)beginGeneratingDeviceOrientationNotifications
;
31 - (void)endGeneratingDeviceOrientationNotifications
;
32 - (BOOL
)isGeneratingDeviceOrientationNotifications
;