update available macro

This commit is contained in:
zhongwuzw 2018-07-04 14:57:20 +08:00
parent 6674b9f711
commit c294bebec1
1 changed files with 3 additions and 1 deletions

View File

@ -57,12 +57,14 @@
Default is YES. Set to NO to only render the static poster for incremental animated image.
*/
@property (nonatomic, assign) BOOL shouldIncrementalLoad;
#if SD_UIKIT
/**
You can specify a runloop mode to let it rendering.
Default is NSRunLoopCommonModes on multi-core iOS device, NSDefaultRunLoopMode on single-core iOS device
*/
@property (nonatomic, copy, nonnull) NSRunLoopMode runLoopMode;
#endif
@end
#endif