Skip to content

Instantly share code, notes, and snippets.

View thiagoricieri's full-sized avatar

Thiago Ricieri thiagoricieri

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;