12345678910111213141516171819 |
- //
- // YOUPAIZYUserZiLiaoGRXXContentCell.h
- // MSYOUPAI
- //
- // Created by xiaohaoran on 2022/3/4.
- // Copyright © 2022 MS. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAIZYUserZiLiaoGRXXContentCell : UICollectionViewCell
- @property(nonatomic,strong)UILabel *youpaiTitle;//标题
- @property(nonatomic,strong)UILabel *youpaiContent;//内容
- @property(nonatomic,strong)UIButton *youpaicopyBtn;//id拷贝
- @end
- NS_ASSUME_NONNULL_END
|