luxlabs header browser preview


@class NSString, WFAction, NSArray, HKQuantityType;

@interface WFHealthQuantityFieldParameter : WFQuantityFieldParameter <WFActionEventObserver> {
    NSArray *_possibleUnits;
}

@property (weak, nonatomic) WFAction *action;
@property (readonly, nonatomic) HKQuantityType *quantityType;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (BOOL)isHidden;
- (id)localizedLabel;
- (void).cxx_destruct;
- (id)localizedPrompt;
- (void)action:(id)a0 parameterStateDidChangeForKey:(id)a1;
- (void)attributesDidChange;
- (id)localizedLabelForPossibleUnit:(id)a0 magnitude:(id)a1 style:(unsigned long long)a2;
- (id)possibleUnits;
- (void)setPossibleUnits:(id)a0;
- (void)updatePossibleUnits;
- (void)wasAddedToWorkflow;
- (void)wasRemovedFromWorkflow;

@end