2020-02-22 15:38:54 +04:00

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