Swiftgram/LegacyComponents/TGLocationWavesView.h
Ilya Laktyushin 1779500354 no message
2017-10-02 20:01:11 +03:00

12 lines
168 B
Objective-C

#import <UIKit/UIKit.h>
@interface TGLocationWavesView : UIView
@property (nonatomic, strong) UIColor *color;
- (void)invalidate;
- (void)start;
- (void)stop;
@end