提交
This commit is contained in:
19
QXLive/Tools/Category/NSDate+QX.h
Normal file
19
QXLive/Tools/Category/NSDate+QX.h
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// NSDate+Category.h
|
||||
// YSDTrucksProject
|
||||
//
|
||||
// Created by 党凯 on 2020/8/20.
|
||||
// Copyright © 2020 党凯. All rights reserved.
|
||||
//
|
||||
|
||||
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
|
||||
|
||||
@interface NSDate (QX)
|
||||
+ (NSString *)timeStringWithTimeInterval:(NSString *)timeStr;
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user