// // POProfileModule.h // ReactNativeIOSLibrary // // Created by daiqingquan on 2016/12/4. // Copyright © 2016年 daiqingquan. All rights reserved. // #import #if __has_include() #import #else #import "RCTBridgeModule.h" #endif @interface POProfileModule : NSObject #define POACTION @"action" #define PO_BATTERY @"BATTERY_PO" @end