12345678910111213141516171819202122 |
- //
- // EMMsgRecallBubbleView.m
- // ChatDemo-UI3.0
- //
- // Created by XieYajie on 2019/2/20.
- // Copyright © 2019 XieYajie. All rights reserved.
- //
- #import "EMMsgRecallBubbleView.h"
- @implementation EMMsgRecallBubbleView
- /*
- // Only override drawRect: if you perform custom drawing.
- // An empty implementation adversely affects performance during animation.
- - (void)drawRect:(CGRect)rect {
- // Drawing code
- }
- */
- @end
|