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 (34 sloc) 1.06 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-Structs.h"
#import <Foundation/NSObject.h>
#import <Availability2.h>
@interface UIHardware : NSObject {
}
+(float)statusBarHeight;
#if __IPHONE_OS_VERSION_MAX_ALLOWED < __IPHONE_3_2
+(void)_setStatusBarHeight:(float)height;
#endif
+(CGSize)mainScreenSize;
+(CGRect)fullScreenApplicationContentRect;
+(int)ringerState;
+(int)deviceOrientation:(BOOL)orientation;
+(BOOL)setSpeakerPhoneEnabled:(BOOL)enabled;
+(BOOL)isTTYEnabled;
+(CGSize)TVScreenSize;
+(float)TVHorizontalPixelScale;
+(BOOL)_TVOutStatus:(BOOL)status;
+(BOOL)TVOutCapableAndPreferred;
+(BOOL)TVOutCapable;
+(void)TVOutResetPreferred;
+(void)alertSheet:(id)sheet buttonClicked:(int)clicked;
+(void)accessoryAvailabilityChanged;
+(id)deviceName;
+(id)localizedDeviceName;
+(void)_updateSystemSoundActiveStatus:(id)status;
+(void)_registerForSystemSounds:(id)systemSounds;
+(void)_unregisterForSystemSounds:(id)systemSounds;
+(void)_playSystemSound:(unsigned long)sound;
@end
Jump to Line
Something went wrong with that request. Please try again.