CParam.h 348 B

12345678910111213141516171819
  1. //
  2. // CParam.h
  3. // CParam
  4. //
  5. // Created by breeze on 2017/6/20.
  6. // Copyright © 2017年 Breeze. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import <React/RCTBridgeModule.h>
  10. #import <React/RCTEventEmitter.h>
  11. @interface CParam : RCTEventEmitter <RCTBridgeModule>
  12. + (instancetype) shareInstance;
  13. - (NSDictionary *)cparams;
  14. @end