Files
peko-ios/YuMi/Modules/YMMessage/View/NEMCIntratemporalUtils.h
2023-07-06 16:54:13 +08:00

19 lines
296 B
Objective-C

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