Skip to content

Instantly share code, notes, and snippets.

@jemise111
Created January 6, 2016 19:19
Show Gist options
  • Save jemise111/40704fa9ce00fdef759c to your computer and use it in GitHub Desktop.
Save jemise111/40704fa9ce00fdef759c to your computer and use it in GitHub Desktop.
//
// ReactNativeViewObjC.h
//
#import <UIKit/UIKit.h>
@interface ReactNativeViewObjC : UIView
@property NSMutableDictionary *data;
- (void) initializeReactView;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment