@class NSString, NSArray; @protocol PTChoiceRowDataSource; @interface PTChoiceRow : PTSRow @property (weak, nonatomic) id dataSource; @property (retain, nonatomic) NSString *choiceIdentifier; @property (copy, nonatomic) NSArray *possibleValues; @property (copy, nonatomic) NSArray *possibleTitles; @property (copy, nonatomic) NSArray *possibleShortTitles; + (BOOL)supportsSecureCoding; - (unsigned long long)hash; - (void)encodeWithCoder:(id)a0; - (long long)numberOfSections; - (void).cxx_destruct; - (long long)numberOfRowsInSection:(long long)a0; - (BOOL)isEqual:(id)a0; - (id)initWithCoder:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (id)possibleValues:(id)a0 titles:(id)a1; - (id)possibleShortTitles:(id)a0; - (id)titleForSection:(long long)a0; - (id)indexPathForValue:(id)a0; - (BOOL)isEncodable; - (id)shortTitleForRow:(long long)a0 inSection:(long long)a1; - (id)titleForRow:(long long)a0 inSection:(long long)a1; - (id)valueForRow:(long long)a0 inSection:(long long)a1; @end