123456789101112131415161718 |
- //
- // KBCategoryButtonCell.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/4/26.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "KBMorePicCollectionModel.h"
- @interface KBCategoryButtonCell : UITableViewCell
- - (void)setupButtonWithModelArray:(NSArray <KBMorePicCollectionModel *>*)array;
- @end
|