@class NSString; @interface RBSDextProcessIdentity : RBSProcessIdentity { NSString *_serverName; NSString *_label; NSString *_bundleID; unsigned char _type; } - (id)initWithDecodeFromJob:(id)a0; - (id)initWithRBSXPCCoder:(id)a0; - (BOOL)_matchesIdentity:(id)a0; - (void).cxx_destruct; - (id)debugDescription; - (id)encodeForJob; - (id)copyWithAuid:(unsigned int)a0; - (void)encodeWithRBSXPCCoder:(id)a0; - (BOOL)isAnonymous; - (id)_initDextWithServerName:(id)a0 label:(id)a1 containingAppBundleID:(id)a2; - (id)_initDextWithServerName:(id)a0 tagString:(id)a1 containingAppBundleID:(id)a2; - (id)dextContainingAppBundleID; - (id)dextLabel; - (id)dextServerName; - (BOOL)isDext; @end