// // BG1ProfileModule.h // ReactNativeIOSLibrary // // Created by daiqingquan on 2016/11/23. // Copyright © 2016年 daiqingquan. All rights reserved. // #import #if __has_include() #import #else #import "RCTBridgeModule.h" #endif @interface BG1ProfileModule : NSObject @end