Swiftgram/LegacyComponents/TGLocationOptionsView.h
Ilya Laktyushin 86a91011e8 no message
2017-09-13 20:52:56 +03:00

13 lines
437 B
Objective-C

#import "TGLocationTrackingButton.h"
@interface TGLocationOptionsView : UIView
@property (nonatomic, copy) void (^mapModeChanged)(NSInteger);
@property (nonatomic, copy) void (^trackModePressed)(void);
- (void)setTrackingMode:(TGLocationTrackingMode)trackingMode animated:(bool)animated;
- (void)setLocationAvailable:(bool)available animated:(bool)animated;
- (void)setMapModeControlHidden:(bool)hidden animated:(bool)animated;
@end