@class NSString; @interface STMutablePlaygroundsStatusDomainData : STPlaygroundsStatusDomainData @property (nonatomic, getter=isPlaygroundsActive) BOOL playgroundsActive; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (BOOL)applyDiff:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (void)setPlaygroundsActive:(BOOL)a0; @end