123456789101112131415161718 |
- //
- // FKProAllLookItem.h
- // FirstLink
- //
- // Created by jack on 16/8/17.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import "FKProRecommendItem.h"
- @interface FKProAllLookItem : NSObject
- @property (nonatomic, strong) NSString *title;
- @property (nonatomic, strong) NSArray *productList;
- @end
|