YOUPAILPChatTipView.h 300 B

1234567891011121314151617
  1. //
  2. // YOUPAILPChatTipView.h
  3. // zhimi
  4. //
  5. // Created by 张灿 on 2019/1/28.
  6. // Copyright © 2019年 caiPro. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YOUPAILPChatTipView : UIView
  11. @property(nonatomic,strong)UILabel* tipLabel;
  12. @end
  13. NS_ASSUME_NONNULL_END