Files
yinmeng-ios/xplan-ios/Main/Message/View/NIMTimeUtils.h
2021-12-08 18:53:33 +08:00

19 lines
281 B
Objective-C

//
// NIMTimeUtils.h
// xplan-ios
//
// Created by zu on 2021/11/26.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface NIMTimeUtils : NSObject
+ (NSString *)showTime:(NSTimeInterval)msglastTime showDetail:(BOOL)showDetail;
@end
NS_ASSUME_NONNULL_END