luxlabs header browser preview


@class WFWeatherEventConfig;

@interface WFWeatherEventsConfig : NSObject <NSCopying>

@property (retain, nonatomic) WFWeatherEventConfig *changeInConditions;
@property (retain, nonatomic) WFWeatherEventConfig *nextHourPrecipitation;
@property (retain, nonatomic) WFWeatherEventConfig *severeWeather;

- (id)initWithDictionary:(id)a0;
- (void).cxx_destruct;
- (id)copyWithZone:(struct _NSZone { } *)a0;

@end