no message
This commit is contained in:
parent
7fc6f135bd
commit
3956a3d8f0
@ -99,9 +99,11 @@ static bool isFirstAccess = YES;
|
|||||||
|
|
||||||
if (self) {
|
if (self) {
|
||||||
|
|
||||||
|
_deviceType = @"iOS";
|
||||||
_deviceModel = [[UIDevice currentDevice] model];
|
_deviceModel = [[UIDevice currentDevice] model];
|
||||||
_osVersion = [[UIDevice currentDevice] systemVersion];;
|
_osVersion = [[UIDevice currentDevice] systemVersion];
|
||||||
_deviceName = [[UIDevice currentDevice] name];;
|
_deviceName = [[UIDevice currentDevice] name];
|
||||||
|
|
||||||
}
|
}
|
||||||
return self;
|
return self;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user