commit | author | age
|
64e824
|
1 |
// |
H |
2 |
// WASDKDevice.h |
|
3 |
// WASDKUI |
|
4 |
// |
|
5 |
// Created by wuyx on 15/7/22. |
|
6 |
// Copyright (c) 2015年 GHW-T-01. All rights reserved. |
|
7 |
// |
|
8 |
|
|
9 |
#import <Foundation/Foundation.h> |
|
10 |
#import <UIKit/UIKit.h> |
|
11 |
@interface WADevice : NSObject |
|
12 |
+(UIDevice*)getDevice; |
|
13 |
|
|
14 |
+(NSString*)getSystemName; |
|
15 |
|
|
16 |
+(NSString*)getSystemVersion; |
|
17 |
|
|
18 |
+(NSString*)getName; |
|
19 |
|
|
20 |
+(NSString*)getModel; |
|
21 |
|
|
22 |
+(NSString*)getLocalizedModel; |
|
23 |
|
|
24 |
+(NSUUID*)getIDFV; |
|
25 |
|
|
26 |
+(NSString*)getDeviceType; |
|
27 |
|
|
28 |
+(NSString*)getDeviceBrand; |
|
29 |
@end |