luxlabs header browser preview


@class NSNumber;

@interface STWeatherHourlyForecast : STSiriModelObject {
    long long _timeIndex;
    long long _conditionCode;
    NSNumber *_temperature;
    NSNumber *_chanceOfPrecipitation;
}

+ (BOOL)supportsSecureCoding;

- (id)temperature;
- (void)encodeWithCoder:(id)a0;
- (void).cxx_destruct;
- (id)initWithCoder:(id)a0;
- (id)chanceOfPrecipitation;
- (long long)conditionCode;
- (long long)timeIndex;
- (id)_initWithConditionCodeIndex:(long long)a0 timeIndex:(long long)a1 temperature:(id)a2 chanceOfPrecipitation:(id)a3;

@end