EMMsgExtGifBubbleView.h 438 B

12345678910111213141516171819202122
  1. //
  2. // EMMsgExtGifBubbleView.h
  3. // ChatDemo-UI3.0
  4. //
  5. // Created by XieYajie on 2019/2/14.
  6. // Copyright © 2019 XieYajie. All rights reserved.
  7. //
  8. //#import <FLAnimatedImageView+WebCache.h>
  9. #import <FLAnimatedImage/FLAnimatedImage.h>
  10. #import "EMMessageBubbleView.h"
  11. NS_ASSUME_NONNULL_BEGIN
  12. @interface EMMsgExtGifBubbleView : EMMessageBubbleView
  13. @property (nonatomic, strong) FLAnimatedImageView *gifView;
  14. @end
  15. NS_ASSUME_NONNULL_END