Swiftgram/LegacyComponents/TGLocationCurrentLocationCell.h
Ilya Laktyushin 86a91011e8 no message
2017-09-13 20:52:56 +03:00

14 lines
466 B
Objective-C

#import <UIKit/UIKit.h>
#import <CoreLocation/CoreLocation.h>
@interface TGLocationCurrentLocationCell : UITableViewCell
- (void)configureForCurrentLocationWithAccuracy:(CLLocationAccuracy)accuracy;
- (void)configureForCustomLocationWithAddress:(NSString *)address;
- (void)configureForLiveLocationWithAccuracy:(CLLocationAccuracy)accuracy;
@end
extern NSString *const TGLocationCurrentLocationCellKind;
extern const CGFloat TGLocationCurrentLocationCellHeight;