@class NSMutableDictionary; @interface CKDistributedTimestampSparseVector : NSObject @property (class, readonly) BOOL supportsSecureCoding; @property (readonly, nonatomic) NSMutableDictionary *clockValues; - (id)init; - (unsigned long long)hash; - (void)encodeWithCoder:(id)a0; - (void).cxx_destruct; - (BOOL)isEqual:(id)a0; - (id)initWithCoder:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (void)addClockValuesInIndexSet:(id)a0 forSiteIdentifier:(id)a1; - (id)allSiteIdentifiers; - (id)clockValuesForSiteIdentifier:(id)a0; - (void)intersectVector:(id)a0; - (void)minusVector:(id)a0; - (void)removeClockValuesInIndexSet:(id)a0 forSiteIdentifier:(id)a1; - (unsigned long long)timestampCount; - (unsigned long long)timestampCountForSiteIdentifier:(id)a0; - (void)unionVector:(id)a0; - (id)vectorFilteredByModifier:(id)a0; - (id)vectorFilteredBySiteIdentifiers:(id)a0; @end