123456789101112131415161718 |
- //
- // FKFlashSaleReform.h
- // FirstLink
- //
- // Created by ascii on 2017/6/8.
- // Copyright © 2017年 FirstLink. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @class FKFlashSaleModel;
- @interface FKFlashSaleReform : NSObject
- + (NSMutableArray<FKFlashSaleModel *> *)parserFlashSaleArray:(NSDictionary *)response;
- @end
|