luxlabs header browser preview


@class TLKGridLayoutManager, NSMapTable;

@interface SearchUIGridLayoutManager : NSObject

@property (retain, nonatomic) NSMapTable *tableMapping;
@property (retain, nonatomic) TLKGridLayoutManager *gridManager;
@property (nonatomic) BOOL isCompactTable;

+ (id)alignmentsForSFHeaderRow:(id)a0;
+ (id)richTextForDataItems:(id)a0;
+ (id)richTextForRichDataItems:(id)a0;
+ (BOOL)shouldHideViewForRichData:(id)a0;

- (void).cxx_destruct;
- (id)tableRowForTableRowCardSection:(id)a0;
- (BOOL)computeCompactTableForSections:(id)a0;
- (id)initWithHeaderSection:(id)a0 dataSections:(id)a1;

@end