Brak opisu

KXBodyPriceJS.h 371B

1234567891011121314151617181920
  1. //
  2. // KXBodyPriceJS.h
  3. // CAISHEN
  4. //
  5. // Created by youngliu on 2017/8/30.
  6. // Copyright © 2017年 kuxuan. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import <JavaScriptCore/JavaScriptCore.h>
  10. @protocol KXBodyPriceJSProtocol <JSExport>
  11. - (void)JSGetProductId:(NSDictionary *)json;
  12. @end
  13. @interface KXBodyPriceJS : NSObject<KXBodyPriceJSProtocol>
  14. @end