//
//  DispatcherModule.h
//  testnpm
//
//  Created by Castiel on 2018/4/3.
//  Copyright © 2018年 Facebook. All rights reserved.
//

#import <Foundation/Foundation.h>
#import <React/RCTBridgeModule.h>
#import <React/RCTBundleURLProvider.h>
#import <React/RCTRootView.h>
#import "BaseRNViewController.h"

@interface DispatcherModule : NSObject<RCTBridgeModule>
@end
