//
//  EMMsgVideoBubbleView.h
//  ChatDemo-UI3.0
//
//  Created by XieYajie on 2019/2/14.
//  Copyright © 2019 XieYajie. All rights reserved.
//

#import "EMMsgImageBubbleView.h"

NS_ASSUME_NONNULL_BEGIN

@interface EMMsgVideoBubbleView : EMMsgImageBubbleView

@property (nonatomic, strong) UIView *shadowView;

@property (nonatomic, strong) UIImageView *playImgView;

@end

NS_ASSUME_NONNULL_END