#import "BTAmericanExpressClient.h"

@interface BTAmericanExpressClient ()
/**
 @brief Exposed for testing to get the instance of BTAPIClient
 */
@property (nonatomic, strong) BTAPIClient *apiClient;

@end

