// // KWMNewHomeCell.h // iCemarose // // Created by HouWeiBin on 2017/6/2. // Copyright © 2017年 kollway. All rights reserved. // #import <UIKit/UIKit.h>
#import <Buy/Buy.h>
@interface KWMNewHomeCell : UICollectionViewCell @property(nonatomic,weak) IBOutlet UIView *vContent; //文本是否居中
@property(nonatomic) BOOL singleShow;
@property(nonatomic) BUYProduct *product; +(NSInteger)acturlHeight:(BUYProduct *)product width:(NSInteger)width;
@end