|
|
@ -29,6 +29,8 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
|
+ (NSString *)formatMessageTimestamp:(uint64_t)timestamp;
|
|
|
|
+ (NSString *)formatMessageTimestamp:(uint64_t)timestamp;
|
|
|
|
|
|
|
|
|
|
|
|
+ (BOOL)isTimestampFromLastHour:(uint64_t)timestamp;
|
|
|
|
+ (BOOL)isTimestampFromLastHour:(uint64_t)timestamp;
|
|
|
|
|
|
|
|
// These two "exemplary" values can be used by views to measure
|
|
|
|
|
|
|
|
// the likely size for recent values formatted using isTimestampFromLastHour:.
|
|
|
|
+ (NSString *)exemplaryNowTimeFormat;
|
|
|
|
+ (NSString *)exemplaryNowTimeFormat;
|
|
|
|
+ (NSString *)exemplaryMinutesTimeFormat;
|
|
|
|
+ (NSString *)exemplaryMinutesTimeFormat;
|
|
|
|
|
|
|
|
|
|
|
|