[[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPhone
NSString * str = [UIDevice currentDevice].model;
NSLog(@"%@",str);
[[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPhone
NSString * str = [UIDevice currentDevice].model;
NSLog(@"%@",str);