EMMsgRecallBubbleView.m 421 B

12345678910111213141516171819202122
  1. //
  2. // EMMsgRecallBubbleView.m
  3. // ChatDemo-UI3.0
  4. //
  5. // Created by XieYajie on 2019/2/20.
  6. // Copyright © 2019 XieYajie. All rights reserved.
  7. //
  8. #import "EMMsgRecallBubbleView.h"
  9. @implementation EMMsgRecallBubbleView
  10. /*
  11. // Only override drawRect: if you perform custom drawing.
  12. // An empty implementation adversely affects performance during animation.
  13. - (void)drawRect:(CGRect)rect {
  14. // Drawing code
  15. }
  16. */
  17. @end