2020-02-22 15:38:54 +04:00

9 lines
101 B
Objective-C

#import <UIKit/UIKit.h>
@interface TGLocationPulseView : UIView
- (void)start;
- (void)stop;
@end