Skip to content

Instantly share code, notes, and snippets.

View chiahsien's full-sized avatar

Nelson chiahsien

View GitHub Profile
//
// UIDeviceHardware.h
//
// Used to determine EXACT version of device software is running on.
#import <Foundation/Foundation.h>
@interface UIDeviceHardware : NSObject
- (NSString *) platform;