]> git.saurik.com Git - iphone-api.git/blame - UIKit/UIHardware.h
Add MobileSMS for NickP.
[iphone-api.git] / UIKit / UIHardware.h
CommitLineData
2cd8f71b
JF
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 UIHardware : NSObject
10{
11}
12
13+ (float)statusBarHeight;
14+ (void)_setStatusBarHeight:(float)fp8;
15+ (struct CGSize)mainScreenSize;
16+ (struct CGRect)fullScreenApplicationContentRect;
17+ (struct CGRect)fullScreenApplicationContentRectForDeviceOrientation:(int)fp8;
18+ (struct CGRect)fullScreenApplicationContentRectForCurrentDeviceOrientation;
19+ (int)ringerState;
20+ (int)deviceOrientation:(BOOL)fp8;
21+ (BOOL)setSpeakerPhoneEnabled:(BOOL)fp8;
22+ (BOOL)isTTYEnabled;
23+ (struct CGSize)TVScreenSize;
24+ (float)TVHorizontalPixelScale;
25+ (BOOL)_TVOutStatus:(BOOL)fp8;
26+ (BOOL)TVOutCapableAndPreferred;
27+ (BOOL)TVOutCapable;
28+ (void)TVOutResetPreferred;
29+ (void)alertSheet:(id)fp8 buttonClicked:(int)fp12;
30+ (void)accessoryAvailabilityChanged;
31+ (id)deviceName;
32+ (id)localizedDeviceName;
33
34@end
35