#import #import @interface TGLocationCurrentLocationCell : UITableViewCell - (void)configureForCurrentLocationWithAccuracy:(CLLocationAccuracy)accuracy; - (void)configureForCustomLocationWithAddress:(NSString *)address; @end extern NSString *const TGLocationCurrentLocationCellKind; extern const CGFloat TGLocationCurrentLocationCellHeight;