Skip to content

Instantly share code, notes, and snippets.

View KiwiVandi's full-sized avatar
🏂

David van Dugteren KiwiVandi

🏂
  • Australia
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;