123456789101112131415161718 |
- //
- // LDTodayHorizontalGoodCell.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/12/11.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "LDChildGoodModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface LDTodayHorizontalGoodCell : UICollectionViewCell
- @property (nonatomic, strong) LDChildGoodModel *model;
- @end
- NS_ASSUME_NONNULL_END
|