#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 70000spa
if([[[UIDevice currentDevice]systemVersion] floatValue] >= 7.0)orm
{io
//解决tableview左边短一截的问题table
[table setSeparatorInset:UIEdgeInsetsMake(0,0,0,0)];float
}im
#endifmargin