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