1
0
mirror of https://github.com/danog/Telegram.git synced 2025-01-07 13:40:31 +01:00
Telegram/Telegraph/TGLocationCurrentLocationCell.h

13 lines
391 B
C
Raw Normal View History

2015-10-01 18:19:52 +02:00
#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;