mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-02 00:17:02 +00:00
9 lines
177 B
Objective-C
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
|