mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-28 08:49:46 +00:00
git-subtree-dir: submodules/LegacyComponents git-subtree-mainline:6086305304git-subtree-split:d559434616
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
|