Files
yinmeng-ios-store/yinmeng-ios/yinmeng-ios/Base/Tool/TimeInterval/MewTimeIntervalUtils.h
2023-12-04 11:18:52 +08:00

18 lines
338 B
Objective-C

//
// MewMewTimeIntervalUtils.h
// yinmeng-ios
//
// Created by duoban on 2023/12/1.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface MewTimeIntervalUtils : NSObject
/// 时间戳转换成字符串
+ (NSString*)mewShowTime:(NSTimeInterval) msglastTime showDetail:(BOOL)showDetail;
@end
NS_ASSUME_NONNULL_END