Skip to content

Instantly share code, notes, and snippets.

@ademcan
Created March 11, 2020 13:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ademcan/c1d47d5096d45e4efdffcb67e1b443f5 to your computer and use it in GitHub Desktop.
Save ademcan/c1d47d5096d45e4efdffcb67e1b443f5 to your computer and use it in GitHub Desktop.
#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