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