luxlabs header browser preview


@class UIView;

@interface CompletionListTableHeaderView : UITableViewHeaderFooterView {
    UIView *_separator;
}

@property (nonatomic) BOOL showsSeparator;

- (void).cxx_destruct;
- (id)initWithReuseIdentifier:(id)a0;
- (void)layoutSubviews;

@end