luxlabs header browser preview


@class NSArray, TUGroupTitle, NSMutableArray;

@interface TUResultGroup : NSObject <NSCopying>

@property (retain, nonatomic) TUGroupTitle *title;
@property (retain, nonatomic) NSMutableArray *resultsCache;
@property (readonly) NSArray *results;
@property (readonly) unsigned long long groupType;

- (void).cxx_destruct;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (id)initWithTitle:(id)a0 results:(id)a1;
- (void)removeSearchItem:(id)a0;

@end