1234567891011121314151617181920 |
- //
- // KXBodyPriceJS.h
- // CAISHEN
- //
- // Created by youngliu on 2017/8/30.
- // Copyright © 2017年 kuxuan. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import <JavaScriptCore/JavaScriptCore.h>
- @protocol KXBodyPriceJSProtocol <JSExport>
- - (void)JSGetProductId:(NSDictionary *)json;
- @end
- @interface KXBodyPriceJS : NSObject<KXBodyPriceJSProtocol>
- @end
|