mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-28 14:10:44 +00:00
15 lines
263 B
Objective-C
15 lines
263 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface TGModernConversationTitleActivityIndicator : UIView
|
|
|
|
- (void)setColor:(UIColor *)color;
|
|
|
|
- (void)setNone;
|
|
- (void)setTyping;
|
|
- (void)setAudioRecording;
|
|
- (void)setVideoRecording;
|
|
- (void)setUploading;
|
|
- (void)setPlaying;
|
|
|
|
@end
|