YOUPAIZYUserZiLiaoGRXXContentCell.h 473 B

12345678910111213141516171819
  1. //
  2. // YOUPAIZYUserZiLiaoGRXXContentCell.h
  3. // MSYOUPAI
  4. //
  5. // Created by xiaohaoran on 2022/3/4.
  6. // Copyright © 2022 MS. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YOUPAIZYUserZiLiaoGRXXContentCell : UICollectionViewCell
  11. @property(nonatomic,strong)UILabel *youpaiTitle;//标题
  12. @property(nonatomic,strong)UILabel *youpaiContent;//内容
  13. @property(nonatomic,strong)UIButton *youpaicopyBtn;//id拷贝
  14. @end
  15. NS_ASSUME_NONNULL_END