@class NSString, UIActivityIndicatorView, UIView, UILabel; @interface HRWDSpinnerTableViewCell : UITableViewCell @property (class, readonly) NSString *defaultReuseIdentifier; @property (retain) UIView *contentContainerView; @property (retain) UIActivityIndicatorView *spinner; @property (retain) UILabel *waitingReasonLabel; @property (retain, nonatomic) NSString *waitingReason; - (void)prepareForReuse; - (void)setupConstraints; - (void).cxx_destruct; - (id)initWithStyle:(long long)a0 reuseIdentifier:(id)a1; - (void)setupSubviews; @end