luxlabs header browser preview


@class NSString, ATXUICacheManager, NSXPCConnection;

@interface ATXProactiveSuggestionClient : NSObject <ATXProactiveSuggestionClientProtocol> {
    unsigned char _consumer;
    ATXUICacheManager *_cacheManager;
    NSXPCConnection *_xpcConnection;
}

@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (id)init;
- (id)initWithConsumerSubType:(unsigned char)a0;
- (void)dealloc;
- (id)layoutForRequest:(id)a0;
- (id)suggestionsForRequest:(id)a0 limit:(id)a1;
- (id)suggestionLayoutFromCache;
- (void)setupRemoteClientXPCConnection;
- (id)remoteSyncBlendingLayerServer;
- (void).cxx_destruct;
- (id)spotlightSuggestionLayoutFromCache;

@end