@class NSString, RBSMachPort, RBSAuditToken; @interface RBSMachPortTaskNameRight : NSObject <RBSXPCSecureCoding, NSSecureCoding, NSCopying> { RBSMachPort *_port; } @property (class, readonly) BOOL supportsSecureCoding; @property (readonly, nonatomic) int pid; @property (readonly, nonatomic) RBSAuditToken *auditToken; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)taskNameForPID:(int)a0; + (BOOL)supportsRBSXPCSecureCoding; + (id)portForSelf; - (BOOL)isUsable; - (id)init; - (void)dealloc; - (id)initWithRBSXPCCoder:(id)a0; - (void)encodeWithCoder:(id)a0; - (void)invalidate; - (void).cxx_destruct; - (unsigned int)port; - (void)encodeWithRBSXPCCoder:(id)a0; - (id)initWithCoder:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; @end