mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-18 19:40:19 +00:00
11 lines
260 B
Objective-C
11 lines
260 B
Objective-C
#import "TGPinAnnotationView.h"
|
|
|
|
@interface TGLocationPinAnnotationView : TGPinAnnotationView
|
|
|
|
@property (nonatomic, copy) void(^getDirectionsPressed)(void);
|
|
|
|
@end
|
|
|
|
extern NSString * const TGLocationPinAnnotationKind;
|
|
|
|
extern NSString * const TGLocationETAKey; |