@class NSString, TRITreatmentContentDescriptor, TRIRolloutDeployment, TRIExperimentDeployment, TRIBMLTDeployment; @protocol TRIFactorPackSetId; @interface TRIContentDescriptorUnion : NSObject @property (readonly, nonatomic) unsigned char type; @property (readonly, nonatomic) TRIExperimentDeployment *experiment; @property (readonly, nonatomic) TRITreatmentContentDescriptor *treatment; @property (readonly, nonatomic) TRIRolloutDeployment *rollout; @property (readonly, nonatomic) NSString *factorPackSet; @property (readonly, nonatomic) TRIBMLTDeployment *bmlt; + (id)unionWithType:(unsigned char)a0 experiment:(id)a1 treatment:(id)a2 rollout:(id)a3 factorPackSet:(id)a4 bmlt:(id)a5; - (id)init; - (unsigned long long)hash; - (id)copyWithReplacementType:(unsigned char)a0; - (id)description; - (id)copyWithReplacementRollout:(id)a0; - (void).cxx_destruct; - (BOOL)isEqual:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (id)copyWithReplacementBmlt:(id)a0; - (BOOL)isEqualToUnion:(id)a0; - (id)copyWithReplacementExperiment:(id)a0; - (id)copyWithReplacementFactorPackSet:(id)a0; - (id)copyWithReplacementTreatment:(id)a0; - (id)initWithType:(unsigned char)a0 experiment:(id)a1 treatment:(id)a2 rollout:(id)a3 factorPackSet:(id)a4 bmlt:(id)a5; @end