EMMsgExtSmartBubbleView.h 445 B

123456789101112131415161718192021222324
  1. //
  2. // EMMsgExtSmartBubbleView.h
  3. // smartRhino
  4. //
  5. // Created by niuzhen on 2020/4/7.
  6. // Copyright © 2020 tederen. All rights reserved.
  7. //
  8. #import "EMMessageBubbleView.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface EMMsgExtSmartBubbleView : EMMessageBubbleView
  11. @property (nonatomic, strong) UIImageView *iconView;
  12. @property (nonatomic, strong) UILabel *textLabel;
  13. @property (nonatomic, strong) UILabel *detailLabel;
  14. @end
  15. NS_ASSUME_NONNULL_END