typedef NS_ENUM()

in Bolts/iOS/BFAppLinkReturnToRefererView.h [19:23]


typedef NS_ENUM(NSUInteger, BFIncludeStatusBarInSize) {
    BFIncludeStatusBarInSizeNever,
    BFIncludeStatusBarInSizeIOS7AndLater,
    BFIncludeStatusBarInSizeAlways,
};