luxlabs header browser preview


@class WFLocation, NSCalendar, NSMutableDictionary;

@interface WFWeatherConditions : NSObject <NSCopying, NSSecureCoding> {
    WFLocation *_location;
}

@property (class, readonly) NSCalendar *calendar;
@property (class, readonly) unsigned long long dateComponentCalendarUnits;
@property (class, readonly) BOOL supportsSecureCoding;

@property (retain, nonatomic) NSMutableDictionary *components;
@property (nonatomic) struct os_unfair_lock_s { unsigned int _os_unfair_lock_opaque; } componentsLock;
@property (copy) WFLocation *location;
@property (getter=isNightForecast) BOOL nightForecast;

- (id)init;
- (id)allComponents;
- (void)encodeWithCoder:(id)a0;
- (void)setObject:(id)a0 forKeyedSubscript:(id)a1;
- (id)valueForComponent:(id)a0;
- (id)description;
- (void)setValue:(id)a0 forComponent:(id)a1;
- (BOOL)wf_isDayIfSunrise:(id)a0 sunset:(id)a1;
- (void).cxx_destruct;
- (BOOL)wf_isDay;
- (id)objectForKeyedSubscript:(id)a0;
- (id)dictionaryRepresentation;
- (id)valueForComponentSync:(id)a0;
- (void)setValueSync:(id)a0 forComponent:(id)a1;
- (id)initWithCoder:(id)a0;
- (void)_commonInit;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (void)editLinksWithLocale:(id)a0 trackingParameter:(id)a1;

@end