@class RBSProcessIdentity; @interface RBSProcessIdentityPredicate : RBSProcessPredicateImpl { RBSProcessIdentity *_identity; } + (BOOL)supportsRBSXPCSecureCoding; - (id)processPredicate; - (BOOL)matchesProcess:(id)a0; - (unsigned long long)hash; - (id)initWithRBSXPCCoder:(id)a0; - (id)description; - (void).cxx_destruct; - (BOOL)isEqual:(id)a0; - (void)encodeWithRBSXPCCoder:(id)a0; @end