luxlabs header browser preview


@class UIImage;

@interface HUCheckmarkCell : HUActivityIndicatorCell

@property (nonatomic) BOOL checked;
@property (retain, nonatomic) UIImage *checkedImage;
@property (retain, nonatomic) UIImage *uncheckedImage;

- (void)prepareForReuse;
- (id)description;
- (void).cxx_destruct;
- (id)initWithStyle:(long long)a0 reuseIdentifier:(id)a1;

@end