no message

This commit is contained in:
Giuseppe Nucifora 2016-01-27 17:23:59 +01:00
parent 7fc6f135bd
commit 3956a3d8f0

View File

@ -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;
} }