@class NSURL; @interface NSXPCStoreManagedObjectArchivingToken : NSObject { NSURL *_managedObjectReferenceURI; } @property (class, readonly) BOOL supportsSecureCoding; - (void)dealloc; - (void)encodeWithCoder:(id)a0; - (id)URI; - (id)initWithURI:(id)a0; - (BOOL)isEqual:(id)a0; - (id)initWithCoder:(id)a0; @end