@class UILabel, NSArray; @protocol PSTimeRangeCellDelegate; @interface PSTimeRangeCell : PSTableCell { UILabel *_fromTitle; UILabel *_toTitle; UILabel *_fromTime; UILabel *_toTime; NSArray *_constraints; id _delegate; } - (id)initWithStyle:(long long)a0 reuseIdentifier:(id)a1 specifier:(id)a2; - (void)updateConstraints; - (void).cxx_destruct; - (void)layoutSubviews; - (id)accessibilityConstraintsWithVariableBindings:(id)a0 metrics:(id)a1; - (id)regularConstraintsWithVariableBindings:(id)a0 metrics:(id)a1; @end