Skip to content

Commit

Permalink
Create UIDeviceHardware.h
Browse files Browse the repository at this point in the history
  • Loading branch information
fahrulazmi committed Nov 2, 2013
1 parent 515f006 commit 0a01582
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions UIDeviceHardware.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
//
// UIDeviceHardware.h
//

#import <Foundation/Foundation.h>

@interface UIDeviceHardware : NSObject
+ (NSString *) platform;
+ (NSString *) platformString;
@end

0 comments on commit 0a01582

Please sign in to comment.