No Description

FKRefundDetailReform.h 304B

123456789101112131415161718
  1. //
  2. // FKRefundDetailReform.h
  3. // FirstLink
  4. //
  5. // Created by ascii on 16/3/15.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @class FKRefundPriceItem;
  10. @interface FKRefundDetailReform : NSObject
  11. + (NSArray *)parserGoodsList:(NSDictionary *)json;
  12. @end