12345678910111213141516171819202122 |
- //
- // EMMsgExtGifBubbleView.h
- // ChatDemo-UI3.0
- //
- // Created by XieYajie on 2019/2/14.
- // Copyright © 2019 XieYajie. All rights reserved.
- //
- //#import <FLAnimatedImageView+WebCache.h>
- #import <FLAnimatedImage/FLAnimatedImage.h>
- #import "EMMessageBubbleView.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface EMMsgExtGifBubbleView : EMMessageBubbleView
- @property (nonatomic, strong) FLAnimatedImageView *gifView;
- @end
- NS_ASSUME_NONNULL_END
|