@interface RBSResistTerminationGrant : RBSGrant @property (readonly, nonatomic) unsigned char resistance; + (id)grantWithResistance:(unsigned char)a0; - (unsigned long long)hash; - (id)initWithRBSXPCCoder:(id)a0; - (id)description; - (BOOL)isEqual:(id)a0; - (void)encodeWithRBSXPCCoder:(id)a0; @end