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