123456789101112131415161718192021 |
- //
- // YOUPAIMineInfoHeadCell.h
- // MSYOUPAI
- //
- // Created by admin on 2022/3/2.
- // Copyright © 2022 MS. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "YOUPAIMineInfoBaseCell.h"
- #import "YOUPAIBubbleLabel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAIMineInfoHeadCell : YOUPAIMineInfoBaseCell
- @property(strong, nonatomic) UIImageView*headImageView;
- // 气泡
- @property(strong, nonatomic) YOUPAIBubbleLabel*bubbleLab;
- @end
- NS_ASSUME_NONNULL_END
|