12345678910111213141516171819 |
- //
- // YOUPAIZYUserZiLiaoDTPhotoCell.h
- // VQU
- //
- // Created by 肖浩然的mac on 2021/7/10.
- // Copyright © 2021 leo. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAIZYUserZiLiaoDTPhotoCell : UICollectionViewCell
- @property (strong, nonatomic) UIImageView *youpaipiconImageView;
- /* 按钮 */
- @property (strong, nonatomic) UIImageView *youpaipplayImageView;
- @end
- NS_ASSUME_NONNULL_END
|