#if __has_include() #import #else #import #endif @interface BTVenmoAccountNonce () - (instancetype)initWithPaymentMethodNonce:(NSString *)nonce description:(NSString *)description username:(NSString *)username isDefault:(BOOL)isDefault; - (instancetype)initWithPaymentContextJSON:(BTJSON *)paymentContextJSON; + (instancetype)venmoAccountWithJSON:(BTJSON *)venmoAccountJSON; @end