Created
March 11, 2020 13:03
-
-
Save ademcan/c1d47d5096d45e4efdffcb67e1b443f5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifndef Stripe_h | |
#define Stripe_h | |
#import <Foundation/Foundation.h> | |
#import <React/RCTBridgeModule.h> | |
@interface StripeBridge : NSObject <RCTBridgeModule> | |
@end | |
#endif /* Stripe_h */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment