BGSystemMsgModel.m 274 B

123456789101112131415161718
  1. //
  2. // BGSystemMsgModel.m
  3. // BuguLive
  4. //
  5. // Created by bugu on 2019/12/16.
  6. // Copyright © 2019 xfg. All rights reserved.
  7. //
  8. #import "BGSystemMsgModel.h"
  9. @implementation BGSystemMsgModel
  10. - (NSString *)getTimeStr
  11. {
  12. return [BGUtils formatTime:self.addtime];
  13. }
  14. @end