luxlabs header browser preview


@class NSUUID, NSArray, NSString, ATXProactiveSuggestion;

@interface ATXSpotlightSuggestionLayout : NSObject <ATXUICacheProtocol, NSCopying>

@property (class, readonly) BOOL supportsSecureCoding;

@property (retain, nonatomic) NSUUID *uuid;
@property (readonly, nonatomic) NSArray *collections;
@property (readonly, nonatomic) NSArray *scores;
@property (readonly, nonatomic) ATXProactiveSuggestion *highestConfidenceSuggestion;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

+ (BOOL)isValidInputWithCollections:(id)a0 scores:(id)a1;

- (id)compactDescription;
- (id)initWithProto:(id)a0;
- (id)encodeAsProto;
- (id)proto;
- (id)initWithProtoData:(id)a0;
- (BOOL)isEqualToATXSpotlightSuggestionLayout:(id)a0;
- (void)encodeWithCoder:(id)a0;
- (id)initWithCollections:(id)a0 scores:(id)a1 uuid:(id)a2;
- (void).cxx_destruct;
- (BOOL)isEqual:(id)a0;
- (id)initWithCoder:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;

@end