#if __has_include() #import #else #import #endif #pragma clang diagnostic push #pragma clang diagnostic ignored "-Weverything" @implementation BTCardCapabilities #pragma clang diagnostic pop - (NSString *)description { return [NSString stringWithFormat:@"%@ isUnionPay = %@, isDebit = %@, isSupported = %@, supportsTwoStepAuthAndCapture = %@", [super description], @(self.isUnionPay), @(self.isDebit), @(self.isSupported), @(self.supportsTwoStepAuthAndCapture)]; } @end