// // CParam.h // CParam // // Created by breeze on 2017/6/20. // Copyright © 2017年 Breeze. All rights reserved. // #import #import #import @interface CParam : RCTEventEmitter + (instancetype) shareInstance; - (NSDictionary *)cparams; @end