12345678910111213141516171819 |
- //
- // YOUPAIBubbleLabel.h
- // MSYOUPAI
- //
- // Created by admin on 2022/3/1.
- // Copyright © 2022 MS. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAIBubbleLabel : UIView
- @property (strong, nonatomic) NSString* text;
- @property (strong, nonatomic) UGLabel * label;
- @property (strong, nonatomic) UIImageView * tipImageView;
- @end
- NS_ASSUME_NONNULL_END
|