@class NSDictionary, NSMutableDictionary; @interface CKDistributedTimestampAttributedVector : NSObject <NSSecureCoding, NSCopying> @property (class, readonly) BOOL supportsSecureCoding; @property (readonly, nonatomic) NSMutableDictionary *mutableAttributeToSparseVector; @property (readonly, copy) NSDictionary *attributeToSparseVector; + (unsigned char)atomStateFromPClockTypeAndAtomState:(int)a0; + (id)attributedVectorFromPDistributedTimestamps:(id)a0 error:(id *)a1; + (unsigned char)clockTypeFromPClockTypeAndAtomState:(int)a0; + (int)pClockTypeAndAtomStateFromClockType:(unsigned char)a0 atomState:(unsigned char)a1; + (id)pDistributedTimestampsFromAttributedVector:(id)a0; + (id)pVersionVectorFromAttributedVector:(id)a0 siteIdentifier:(id)a1; - (id)init; - (unsigned long long)hash; - (void)encodeWithCoder:(id)a0; - (id)description; - (void).cxx_destruct; - (BOOL)isEqual:(id)a0; - (id)initWithCoder:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (void)_maintainInvariants; - (void)addAllClockValuesFromVector:(id)a0; - (void)addClockValuesInIndexSet:(id)a0 withAttribute:(unsigned short)a1 forSiteIdentifier:(id)a2; - (id)allSiteIdentifiers; - (unsigned short)attributeForTimestamp:(id)a0; - (id)clockValuesForSiteIdentifier:(id)a0; - (id)descriptionWithStringSiteIdentifiers; - (id)descriptionWithStringSiteIdentifiers:(BOOL)a0; - (void)enumerateAllClockValuesUsingBlock:(id /* block */)a0; - (void)enumerateClockValuesForSiteIdentifier:(id)a0 usingBlock:(id /* block */)a1; - (void)intersectAttributedVector:(id)a0; - (void)intersectVector:(id)a0; - (void)minusVector:(id)a0; - (void)minusVector:(id)a0 forAttribute:(unsigned short)a1; - (void)removeClockValuesInIndexSet:(id)a0 forSiteIdentifier:(id)a1; - (void)swapContentsWithVector:(id)a0; - (unsigned long long)timestampCount; - (unsigned long long)timestampCountForAtomState:(unsigned char)a0; - (unsigned long long)timestampCountForSiteIdentifier:(id)a0; - (id)vectorFillingInImplicitClockValuesWithAtomState:(unsigned char)a0 usingSiteIdentifiers:(id)a1; - (id)vectorFilteredByAtomState:(unsigned char)a0; - (id)vectorFilteredByAttribute:(unsigned short)a0; - (id)vectorFilteredByClockType:(unsigned char)a0; - (id)vectorFilteredByModifier:(id)a0; - (id)vectorFilteredBySiteIdentifiers:(id)a0; - (id)vectorWithAttributeReplacementBlock:(id /* block */)a0; - (id)vectorWithoutAttributes; - (id)winningLWWTimestampForModifier:(id)a0 winningAttribute:(unsigned short *)a1; @end