EMMsgImageBubbleView.h 526 B

1234567891011121314151617181920212223
  1. //
  2. // EMMsgImageBubbleView.h
  3. // ChatDemo-UI3.0
  4. //
  5. // Created by XieYajie on 2019/2/14.
  6. // Copyright © 2019 XieYajie. All rights reserved.
  7. //
  8. #import "EMMessageBubbleView.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface EMMsgImageBubbleView : EMMessageBubbleView
  11. - (void)setThumbnailImageWithLocalPath:(NSString *)aLocalPath
  12. remotePath:(NSString *)aRemotePath
  13. thumbImgSize:(CGSize)aThumbSize
  14. imgSize:(CGSize)aSize;
  15. @end
  16. NS_ASSUME_NONNULL_END