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