Swiftgram/LegacyComponents/TGImageManagerTask.h
2017-07-23 15:43:10 +02: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