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

10 lines
203 B
Objective-C

#import "TGPinAnnotationView.h"
@interface TGPickPinAnnotationView : TGPinAnnotationView
- (void)setHidden:(bool)hidden animated:(bool)animated;
@end
extern NSString * const TGPickPinAnnotationKind;