luxlabs header browser preview


@class NSString;

@interface WFWeatherChannelRequestFormatterV2 : NSObject <WFForecastRequestFormatter>

@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

+ (id)aqiRequestForScaleNamed:(id)a0 language:(id)a1;
+ (id)forecastRequest:(unsigned long long)a0 forLocation:(id)a1 locale:(id)a2 date:(id)a3;
+ (id)hostURLForService;
+ (id)forecastRequest:(unsigned long long)a0 forLocation:(id)a1 withUnits:(int)a2 locale:(id)a3 date:(id)a4 rules:(id)a5 options:(id)a6;
+ (id)airQualityRequestForLocation:(id)a0 locale:(id)a1;
+ (id)forecastRequestForRequest:(id)a0 queryItems:(id)a1 forLocation:(id)a2 rules:(id)a3;
+ (id)forecastRequestForURL:(id)a0 queryItems:(id)a1;


@end