//
//  ReactNativeViewController.h
//  RNArenaKit
//
//  Created by 陈云杰 on 2017/11/6.
//  Copyright © 2017年 Facebook. All rights reserved.
//

#import <UIKit/UIKit.h>
#import "App.h"

@interface ReactNativeViewController : UIViewController

- (id) initWithApp:(App *) app andParameters: (NSDictionary *) parameters;

@end
