Swiftgram/LegacyComponents/TGLocationPinAnnotationView.h
2017-08-04 18:11:13 +03:00

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;