123456789101112131415161718192021222324 |
- //
- // EMMsgFileBubbleView.h
- // ChatDemo-UI3.0
- //
- // Created by XieYajie on 2019/2/14.
- // Copyright © 2019 XieYajie. All rights reserved.
- //
- #import "EMMessageBubbleView.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface EMMsgFileBubbleView : EMMessageBubbleView
- @property (nonatomic, strong) UIImageView *iconView;
- @property (nonatomic, strong) UILabel *textLabel;
- @property (nonatomic, strong) UILabel *detailLabel;
- @end
- NS_ASSUME_NONNULL_END
|