123456789101112131415161718192021222324 |
- //
- // EMMsgExtSmartBubbleView.h
- // smartRhino
- //
- // Created by niuzhen on 2020/4/7.
- // Copyright © 2020 tederen. All rights reserved.
- //
- #import "EMMessageBubbleView.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface EMMsgExtSmartBubbleView : EMMessageBubbleView
- @property (nonatomic, strong) UIImageView *iconView;
- @property (nonatomic, strong) UILabel *textLabel;
- @property (nonatomic, strong) UILabel *detailLabel;
- @end
- NS_ASSUME_NONNULL_END
|