// // YOUPAILPChatTipView.h // zhimi // // Created by 张灿 on 2019/1/28. // Copyright © 2019年 caiPro. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface YOUPAILPChatTipView : UIView @property(nonatomic,strong)UILabel* tipLabel; @end NS_ASSUME_NONNULL_END