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