// // FKRefundDetailReform.h // FirstLink // // Created by ascii on 16/3/15. // Copyright © 2016年 FirstLink. All rights reserved. // #import @class FKRefundPriceItem; @interface FKRefundDetailReform : NSObject + (NSArray *)parserGoodsList:(NSDictionary *)json; @end