//
//  NativePlugin.h
//  NativePlugin
//
//  Created by 初程程 on 2019/4/4.
//  Copyright © 2019年 初程程. All rights reserved.
//

#import <Foundation/Foundation.h>
#import <React/RCTBridgeModule.h>
#import <React/RCTBridge.h>
#import <React/RCTEventEmitter.h>
@interface NativePlugin : NSObject

@end
