luxlabs header browser preview


@class HMLightProfile;

@interface HMLightProfileNaturalLightingAction : HMAction {
    struct os_unfair_lock_s { unsigned int _os_unfair_lock_opaque; } _lock;
}

@property (readonly, getter=isNaturalLightingEnabled) BOOL naturalLightingEnabled;
@property (readonly) HMLightProfile *lightProfile;

+ (BOOL)supportsSecureCoding;
+ (id)actionFromProtoBuf:(id)a0 home:(id)a1;

- (id)initWithUUID:(id)a0;
- (id)init;
- (void).cxx_destruct;
- (BOOL)isEqual:(id)a0;
- (unsigned long long)type;
- (id)initWithCoder:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (BOOL)_handleUpdates:(id)a0;
- (void)__configureWithContext:(id)a0 actionSet:(id)a1;
- (id)_serializeForAdd;
- (id)encodeAsProtoBuf;
- (id)initWithDictionary:(id)a0 home:(id)a1;
- (id)initWithLightProfile:(id)a0 naturalLightingEnabled:(BOOL)a1;
- (BOOL)mergeFromNewObject:(id)a0;
- (void)updateNaturalLightingEnabled:(BOOL)a0 completionHandler:(id /* block */)a1;

@end