Swiftgram/LegacyComponents/TGLocationWavesView.h

11 lines
148 B
Objective-C

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