@class CKRecordID; @interface HMBShareUserID : HMFObject @property (class, readonly) BOOL supportsSecureCoding; @property (readonly) CKRecordID *userRecordID; + (id)logCategory; - (unsigned long long)hash; - (void)encodeWithCoder:(id)a0; - (id)logIdentifier; - (void).cxx_destruct; - (id)attributeDescriptions; - (BOOL)isEqual:(id)a0; - (id)initWithCoder:(id)a0; - (id)initWithUserRecordID:(id)a0; @end