@class NSMutableDictionary; @interface TTVectorTimestamp : NSObject <NSCopying> { NSMutableDictionary *_clock; } - (id)init; - (id)serialize; - (unsigned long long)compareTo:(id)a0; - (id)initWithData:(id)a0; - (id)description; - (void).cxx_destruct; - (id)initWithArchive:(const void *)a0; - (BOOL)isEqual:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (id)allUUIDs; - (id)clockElementForUUID:(id)a0; - (unsigned long long)clockForUUID:(id)a0; - (void)incrementClockForUUID:(id)a0; - (void)mergeWithTimestamp:(id)a0; - (void)saveToArchive:(void *)a0; - (void)setClock:(unsigned long long)a0 forUUID:(id)a1; - (void)setClock:(unsigned long long)a0 subclock:(unsigned long long)a1 forUUID:(id)a2; - (id)sortedUUIDs; - (unsigned long long)subclockForUUID:(id)a0; @end