説明なし

FKFlashSaleReform.h 334B

123456789101112131415161718
  1. //
  2. // FKFlashSaleReform.h
  3. // FirstLink
  4. //
  5. // Created by ascii on 2017/6/8.
  6. // Copyright © 2017年 FirstLink. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @class FKFlashSaleModel;
  10. @interface FKFlashSaleReform : NSObject
  11. + (NSMutableArray<FKFlashSaleModel *> *)parserFlashSaleArray:(NSDictionary *)response;
  12. @end