暫無描述

FKProAllLookItem.h 348B

123456789101112131415161718
  1. //
  2. // FKProAllLookItem.h
  3. // FirstLink
  4. //
  5. // Created by jack on 16/8/17.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "FKProRecommendItem.h"
  10. @interface FKProAllLookItem : NSObject
  11. @property (nonatomic, strong) NSString *title;
  12. @property (nonatomic, strong) NSArray *productList;
  13. @end