KWMLeftCategoryCell.h 300 Bytes
//
//  KWMLeftCategoryCell.h
//  iCemarose
//
//  Created by HouWeiBin on 2017/6/13.
//  Copyright © 2017年 kollway. All rights reserved.
//

#import <UIKit/UIKit.h>
#import "KWMCategoryModel.h"

@interface KWMLeftCategoryCell : UITableViewCell

- (void) fillData:(KWMCategoryModel *) model;

@end