Swiftgram/LegacyComponents/TGLocationLiveElapsedView.h

9 lines
177 B
Objective-C

#import <UIKit/UIKit.h>
@interface TGLocationLiveElapsedView : UIView
- (void)setColor:(UIColor *)color;
- (void)setRemaining:(int32_t)remaining period:(int32_t)period;
@end