EMMsgVideoBubbleView.h 398 B

12345678910111213141516171819202122
  1. //
  2. // EMMsgVideoBubbleView.h
  3. // ChatDemo-UI3.0
  4. //
  5. // Created by XieYajie on 2019/2/14.
  6. // Copyright © 2019 XieYajie. All rights reserved.
  7. //
  8. #import "EMMsgImageBubbleView.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface EMMsgVideoBubbleView : EMMsgImageBubbleView
  11. @property (nonatomic, strong) UIView *shadowView;
  12. @property (nonatomic, strong) UIImageView *playImgView;
  13. @end
  14. NS_ASSUME_NONNULL_END