YOUPAIBubbleLabel.h 395 B

12345678910111213141516171819
  1. //
  2. // YOUPAIBubbleLabel.h
  3. // MSYOUPAI
  4. //
  5. // Created by admin on 2022/3/1.
  6. // Copyright © 2022 MS. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YOUPAIBubbleLabel : UIView
  11. @property (strong, nonatomic) NSString* text;
  12. @property (strong, nonatomic) UGLabel * label;
  13. @property (strong, nonatomic) UIImageView * tipImageView;
  14. @end
  15. NS_ASSUME_NONNULL_END