@class NSObject; @protocol NSCopying; @interface VUICollisionSafeIdentifier : NSObject @property (copy, nonatomic) NSObject *rootIdentifier; @property (nonatomic) unsigned long long collisionCount; - (unsigned long long)hash; - (id)description; - (void).cxx_destruct; - (BOOL)isEqual:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (id)initWithRootIdentifier:(id)a0 collisionCount:(unsigned long long)a1; @end