mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-04-29 04:35:15 +08:00
Use NS_OPTIONS for PINRemoteImageManagerDownloadOptions
This commit is contained in:
@@ -35,7 +35,7 @@ typedef NS_ENUM(NSUInteger, PINRemoteImageManagerError) {
|
||||
/**
|
||||
Options with which to download and process images
|
||||
*/
|
||||
typedef NS_ENUM(NSUInteger, PINRemoteImageManagerDownloadOptions) {
|
||||
typedef NS_OPTIONS(NSUInteger, PINRemoteImageManagerDownloadOptions) {
|
||||
/** Download and process with default options (no other options set) */
|
||||
PINRemoteImageManagerDownloadOptionsNone = 0,
|
||||
/** Regardless of the image type downloaded, return UIImages and *not* FLAnimatedImage */
|
||||
|
||||
Reference in New Issue
Block a user