//
//  STPBundleLocator.h
//  Stripe
//
//  Created by Brian Dorfman on 8/31/16.
//  Copyright © 2016 Stripe, Inc. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface STPBundleLocator : NSObject

+ (NSBundle *)stripeResourcesBundle;

@end
