KWMBrandVC.h 570 Bytes
Newer Older
houweibin committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
//
//  KWMBrandVC.h
//  iCemarose
//
//  Created by 陈荣科 on 16/8/23.
//  Copyright © 2016年 kollway. All rights reserved.
//

#import "KWMBaseVC.h"
#import <SFFocusViewLayout.h>

@interface KWMBrandVC : KWMBaseVC<UICollectionViewDataSource,UICollectionViewDelegate,UICollectionViewDelegateFlowLayout>
@property (weak, nonatomic) IBOutlet UICollectionView *ctvBrand;
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *backgroundHeight;

@property (weak, nonatomic) IBOutlet NSLayoutConstraint *moreBtnHeight;


- (IBAction)onClickMoreBrand:(id)sender;

@end