@class NSString; @interface RBSProcessStringPredicate : RBSProcessPredicateImpl @property (readonly, copy, nonatomic) NSString *identifier; + (BOOL)supportsRBSXPCSecureCoding; - (id)processPredicate; - (BOOL)matchesProcess:(id)a0; - (id)initWithIdentifier:(id)a0; - (unsigned long long)hash; - (id)initWithRBSXPCCoder:(id)a0; - (id)description; - (void).cxx_destruct; - (BOOL)isEqual:(id)a0; - (void)encodeWithRBSXPCCoder:(id)a0; @end