// // YOUPAIBubbleLabel.h // MSYOUPAI // // Created by admin on 2022/3/1. // Copyright © 2022 MS. All rights reserved. // #import 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