YOUPAIZYUserZiLiaoBHPhotoCell.h 461 B

12345678910111213141516171819
  1. //
  2. // YOUPAIZYUserZiLiaoBHPhotoCell.h
  3. // VQU
  4. //
  5. // Created by 肖浩然的mac on 2021/7/10.
  6. // Copyright © 2021 leo. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YOUPAIZYUserZiLiaoBHPhotoCell : UICollectionViewCell
  11. @property (strong, nonatomic) UIImageView *youpaipiconImageView;
  12. @property(nonatomic,strong)UILabel *youpaipNameLabel;
  13. @property(nonatomic,strong)UILabel *youpaipNumLabel;
  14. @end
  15. NS_ASSUME_NONNULL_END