mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-25 20:50:47 +00:00
12 lines
238 B
Objective-C
12 lines
238 B
Objective-C
#import <LegacyComponents/TGImageDataSource.h>
|
|
|
|
@interface TGImageManagerTask : NSObject
|
|
{
|
|
@public bool _isCancelled;
|
|
}
|
|
|
|
@property (nonatomic, strong) TGImageDataSource *dataSource;
|
|
@property (nonatomic, strong) id childTaskId;
|
|
|
|
@end
|