#if __has_include("BraintreeCore.h") #import "BraintreeCore.h" #else #import #endif /** BTConfiguration category for UnionPay */ @interface BTConfiguration (UnionPay) /** Indicates whether UnionPay is enabled for the merchant account. */ @property (nonatomic, readonly, assign) BOOL isUnionPayEnabled; @end