@class UILabel, NSArray; @interface CertUIKeyDataCell : UITableViewCell @property (retain, nonatomic) UILabel *keyLabel; @property (retain, nonatomic) UILabel *valueLabel; @property (retain, nonatomic) NSArray *constraints; - (void)setValue:(id)a0 forKey:(id)a1; - (void)_setupConstraints; - (void)_setup; - (void).cxx_destruct; - (id)initWithStyle:(long long)a0 reuseIdentifier:(id)a1; - (void)setSelected:(BOOL)a0 animated:(BOOL)a1; @end