EMMsgLocationBubbleView.h 294 B

123456789101112131415161718
  1. //
  2. // EMMsgLocationBubbleView.h
  3. // ChatDemo-UI3.0
  4. //
  5. // Created by XieYajie on 2019/2/14.
  6. // Copyright © 2019 XieYajie. All rights reserved.
  7. //
  8. #import "EMMsgFileBubbleView.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface EMMsgLocationBubbleView : EMMsgFileBubbleView
  11. @end
  12. NS_ASSUME_NONNULL_END