mirror of
https://github.com/danog/Telegram.git
synced 2025-01-07 13:40:31 +01:00
13 lines
391 B
C
13 lines
391 B
C
|
#import <UIKit/UIKit.h>
|
||
|
#import <CoreLocation/CoreLocation.h>
|
||
|
|
||
|
@interface TGLocationCurrentLocationCell : UITableViewCell
|
||
|
|
||
|
- (void)configureForCurrentLocationWithAccuracy:(CLLocationAccuracy)accuracy;
|
||
|
- (void)configureForCustomLocationWithAddress:(NSString *)address;
|
||
|
|
||
|
@end
|
||
|
|
||
|
extern NSString *const TGLocationCurrentLocationCellKind;
|
||
|
extern const CGFloat TGLocationCurrentLocationCellHeight;
|