luxlabs header browser preview


@interface TPSKVOManager : NSObject

@property (weak, nonatomic) id observer;
@property (nonatomic) struct __CFDictionary { } *KVODictionary;

- (void)dealloc;
- (id)initWithObserver:(id)a0;
- (void)observeValueForKeyPath:(id)a0 ofObject:(id)a1 change:(id)a2 context:(void *)a3;
- (void).cxx_destruct;
- (void)addKVOObject:(id)a0 forKeyPath:(id)a1 options:(unsigned long long)a2 context:(void *)a3;
- (void)removeAllKVOObjects;
- (void)removeKVOForObject:(id)a0;
- (void)removeKVOObject:(id)a0 forKeyPath:(id)a1;

@end