luxlabs header browser preview


@class UIActivityIndicatorView;

@interface BTTableCell : PSTableCell

@property (retain, nonatomic) UIActivityIndicatorView *spinner;
@property (nonatomic) int state;
@property (nonatomic) BOOL hasLimitedConnectivity;

- (void)dealloc;
- (id)initWithStyle:(long long)a0 reuseIdentifier:(id)a1 specifier:(id)a2;
- (void).cxx_destruct;
- (void)layoutSubviews;
- (void)setDeviceState:(int)a0;
- (void)setDeviceStatePaired:(BOOL)a0 andConnected:(BOOL)a1;

@end