]> git.saurik.com Git - iphone-api.git/blame_incremental - UIKit/UIDevice.h
Added some SpringBoardServices work from ashikase.
[iphone-api.git] / UIKit / UIDevice.h
... / ...
CommitLineData
1/*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7#import <Foundation/NSObject.h>
8
9@interface UIDevice : NSObject
10{
11 int _numDeviceOrientationObservers;
12 struct {
13 unsigned int orientation:3;
14 unsigned int batteryState:2;
15 } _deviceFlags;
16}
17
18+ (void)initialize;
19+ (id)currentDevice;
20- (id)name;
21- (id)model;
22- (id)localizedModel;
23- (id)systemName;
24- (id)systemVersion;
25- (id)uniqueIdentifier;
26- (void)setOrientation:(int)fp8;
27- (int)orientation;
28- (void)setBatteryState:(int)fp8;
29- (int)batteryState;
30- (void)beginGeneratingDeviceOrientationNotifications;
31- (void)endGeneratingDeviceOrientationNotifications;
32- (BOOL)isGeneratingDeviceOrientationNotifications;
33
34@end
35