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

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