NSString*phone=[[USER objectForKey:@"phone"] stringByReplacingCharactersInRange:NSMakeRange(3, 4) withString:@"****"];
cell.phoneLabel.text=phone;
NSString*phone=[[USER objectForKey:@"phone"] stringByReplacingCharactersInRange:NSMakeRange(3, 4) withString:@"****"];
cell.phoneLabel.text=phone;