#import #import @interface RNN : NSObject +(instancetype)sharedInstance; -(void)bootstrap:(NSURL*)jsCodeLocation launchOptions:(NSDictionary*)launchOptions; @end