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

12 lines
289 B
Objective-C

#import <MapKit/MapKit.h>
@interface TGLocationMapView : MKMapView
@property (nonatomic, copy) void(^singleTap)(void);
@property (nonatomic, assign) bool longPressAsTapEnabled;
@property (nonatomic, assign) bool tapEnabled;
@property (nonatomic, assign) bool manipulationEnabled;
@end