KWMClothingSetsCell.h 318 Bytes
Newer Older
houweibin committed
1 2 3 4 5 6 7 8 9
//
//  KWMSuitCell.h
//  iCemarose
//
//  Created by HouWeiBin on 2017/6/5.
//  Copyright © 2017年 kollway. All rights reserved.
//

#import <UIKit/UIKit.h>
houweibin committed
10
#import <Buy/Buy.h>
houweibin committed
11 12 13

@interface KWMClothingSetsCell : UICollectionViewCell

houweibin committed
14 15
@property(nonatomic) BUYProduct *product;

houweibin committed
16 17
@property(nonatomic) BOOL isMore;

houweibin committed
18
@end