luxlabs header browser preview


@class NSMutableDictionary;

@interface _UIBarItemAppearanceStorage : NSObject {
    NSMutableDictionary *textAttributesForState;
}

- (void)setTextAttributes:(id)a0 forState:(unsigned long long)a1;
- (void).cxx_destruct;
- (id)textAttributesForState:(unsigned long long)a0;
- (void)enumerateTextAttributesWithBlock:(id /* block */)a0;
- (void)setTextAttribute:(id)a0 forKey:(id)a1 state:(unsigned long long)a2;
- (id)textAttributeForKey:(id)a0 state:(unsigned long long)a1;

@end