typedef NS_ENUM()

in Sources/OpenBusiness/OpenBusiness.xcframework/ios-arm64_x86_64-simulator/OpenBusiness.framework/Headers/ORConfigProtocol.h [4:11]


typedef NS_ENUM(NSInteger, ORConfigResultType) {
    ///Config成功
    ORConfigResultTypeSuccess       = 1,
    ///Config停止,不重试
    ORConfigResultTypeStop,
    ///Config重试
    ORConfigResultTypeRetry
};