Swiftgram/LegacyComponents/TGLocationPulseView.h
Ilya Laktyushin d7593512d5 no message
2017-10-01 00:02:37 +03:00

9 lines
101 B
Objective-C

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