1234567891011121314151617181920 |
- //
- // EMMessageTimeCell.h
- // ChatDemo-UI3.0
- //
- // Created by XieYajie on 2019/2/20.
- // Copyright © 2019 XieYajie. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface EMMessageTimeCell : UITableViewCell
- @property (nonatomic, strong) UILabel *timeLabel;
- @end
- NS_ASSUME_NONNULL_END
|