luxlabs header browser preview


@class NSArray;

@interface GetSuggestionsIntentResponse : INIntentResponse

@property (nonatomic, copy) NSArray *suggestions;
@property (nonatomic) void /* unknown type, empty encoding */ code;

- (id)init;
- (id)initWithCoder:(id)a0;
- (id)initWithCode:(long long)a0 userActivity:(id)a1;

@end