// // KWMCategoryVC.h // iCemarose // // Created by HouWeiBin on 2017/6/13. // Copyright © 2017年 kollway. All rights reserved. // #import "KWMBaseVC.h" #import "KWMCollectionRefreshUtil.h" #import "KWMCategoryFilterTab.h" #import "KWMProductFilterVC.h" #import "KWMBrandFilterVC.h"
#import "KWMCategoryTitleView.h"
@interface KWMCategoryVC : KWMBaseVC<UICollectionViewDataSource,UICollectionViewDelegate,UITableViewDataSource,UITableViewDelegate,KWMCollectionRefreshDelegate,CategoryFilterTabDelegate,KWMProductFilterDelegate,KWMBrandFilterDelegate,KWMCategoryTitleDelegate>
@end