@class SKUITextBoxView; @interface SKUITextBoxTableViewCell : SKUITableViewCell @property (readonly, nonatomic) SKUITextBoxView *textBoxView; @property (nonatomic) struct UIEdgeInsets { double top; double left; double bottom; double right; } textBoxInsets; - (void)setBackgroundColor:(id)a0; - (void)prepareForReuse; - (void).cxx_destruct; - (id)initWithStyle:(long long)a0 reuseIdentifier:(id)a1; - (void)layoutSubviews; @end