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

#import "KWMBaseVC.h"
#import "KWMSearchBar.h"
#import <CHTCollectionViewWaterfallLayout.h>
houweibin committed
12 13
#import "KWMAdHeader.h"
#import "KWMMenuHeader.h"
14
#import "KWMRecommendView.h"
houweibin committed
15 16
#import "KWMClothingSetsHeader.h"
#import "KWMHotSalesHeader.h"
houweibin committed
17

houweibin committed
18
@interface KWMNewHomeVC : KWMBaseVC<CHTCollectionViewDelegateWaterfallLayout,UICollectionViewDataSource,KWMSearchBarDelegate,KWMAdDelegate,KWMMenuDelegate,KWMRecommendDelegate,KWMClothingSetsDelegate,KWMHotSalesDelegate>
houweibin committed
19 20

@end