YOUPAIMineInfoHeadCell.h 459 B

123456789101112131415161718192021
  1. //
  2. // YOUPAIMineInfoHeadCell.h
  3. // MSYOUPAI
  4. //
  5. // Created by admin on 2022/3/2.
  6. // Copyright © 2022 MS. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "YOUPAIMineInfoBaseCell.h"
  10. #import "YOUPAIBubbleLabel.h"
  11. NS_ASSUME_NONNULL_BEGIN
  12. @interface YOUPAIMineInfoHeadCell : YOUPAIMineInfoBaseCell
  13. @property(strong, nonatomic) UIImageView*headImageView;
  14. // 气泡
  15. @property(strong, nonatomic) YOUPAIBubbleLabel*bubbleLab;
  16. @end
  17. NS_ASSUME_NONNULL_END