Use NS_OPTIONS for PINRemoteImageManagerDownloadOptions

This commit is contained in:
Adlai Holler
2015-11-20 15:24:57 -08:00
parent 022b554b7b
commit 5fadcb46d0

View File

@@ -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 */