session-ios/SessionUtilitiesKit/NSDate+Timestamp.h

12 lines
152 B
C
Raw Normal View History

#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface NSDate (Session)
+ (uint64_t)millisecondTimestamp;
@end
NS_ASSUME_NONNULL_END