Skip to content

Instantly share code, notes, and snippets.

@shemy
shemy / UIDeviceHardware.h
Created July 16, 2012 03:44 — forked from Jaybles/UIDeviceHardware.h
UIDeviceHardware - Determine iOS device being used
//
// UIDeviceHardware.h
//
// Used to determine EXACT version of device software is running on.
#import <Foundation/Foundation.h>
@interface UIDeviceHardware : NSObject
- (NSString *) platform;