luxlabs header browser preview


@class NSArray, STWeatherAttributes, STCity;

@interface STShowDailyWeatherForecastRequest : AFSiriRequest {
    STWeatherAttributes *_currentAttributes;
    NSArray *_dailyAttributes;
    STCity *_city;
    long long _startWeekday;
}

+ (BOOL)supportsSecureCoding;

- (void)encodeWithCoder:(id)a0;
- (id)city;
- (void).cxx_destruct;
- (id)initWithCoder:(id)a0;
- (id)createResponse;
- (id)currentAttributes;
- (id)dailyAttributes;
- (id)_initWithCurrentAttributes:(id)a0 dailyAttributes:(id)a1 city:(id)a2 startWeekday:(long long)a3;
- (long long)startWeekday;

@end