Skip to content

Instantly share code, notes, and snippets.

View boctor's full-sized avatar

Peter Boctor boctor

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;