luxlabs header browser preview


@class NSDictionary, NSArray;

@interface HFItemUpdateOutcome : NSObject <NSCopying, NSMutableCopying>

@property (nonatomic) unsigned long long outcomeType;
@property (readonly, nonatomic) NSDictionary *results;
@property (readonly, nonatomic) NSArray *allKeys;

+ (id)outcomeWithResults:(id)a0;

- (id)init;
- (unsigned long long)hash;
- (id)initWithResults:(id)a0;
- (id)description;
- (void).cxx_destruct;
- (id)objectForKeyedSubscript:(id)a0;
- (BOOL)isEqual:(id)a0;
- (id)mutableCopyWithZone:(struct _NSZone { } *)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (id)initWithResults:(id)a0 type:(unsigned long long)a1;

@end