luxlabs header browser preview


@class UIActivityIndicatorView;

@interface HUSpinnerButtonCell : HUButtonCell

@property (retain, nonatomic) UIActivityIndicatorView *spinner;
@property (nonatomic) BOOL showSpinner;
@property (nonatomic) BOOL useFullWidthSeparator;

- (void)prepareForReuse;
- (void).cxx_destruct;
- (id)initWithStyle:(long long)a0 reuseIdentifier:(id)a1;
- (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })_separatorFrame;
- (void)createSpinner;

@end