NIMTimestampModel.h 331 B

123456789101112131415161718192021
  1. //
  2. // NIMTimestampModel.h
  3. // NIMKit
  4. //
  5. // Created by chris.
  6. // Copyright (c) 2015年 NetEase. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "NIMCellConfig.h"
  10. @interface NIMTimestampModel : NSObject
  11. - (CGFloat)height;
  12. /**
  13. * 时间戳
  14. */
  15. @property (nonatomic, assign) NSTimeInterval messageTime;
  16. @end