12345678910111213141516171819 |
- //
- // YOUPAILZHomeBannerCell.h
- // VQU
- //
- // Created by 肖浩然的mac on 2021/8/12.
- // Copyright © 2021 leo. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZHomeBannerCell : UICollectionViewCell
- /* uiimage */
- @property (strong, nonatomic) UIImageView *youpaipbgImageView;
- @end
- NS_ASSUME_NONNULL_END
|