mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Build ChatListUI
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface TGModernAnimatedImagePlayer : NSObject
|
||||
|
||||
@property (nonatomic, copy) void (^frameReady)(UIImage *);
|
||||
|
||||
- (instancetype)initWithSize:(CGSize)size renderSize:(CGSize)renderSize path:(NSString *)path;
|
||||
- (instancetype)initWithSize:(CGSize)size data:(NSData *)data;
|
||||
|
||||
- (void)play;
|
||||
- (void)stop;
|
||||
- (void)pause;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user