luxlabs header browser preview


@class NSObject;
@protocol OS_dispatch_source, VKNotificationObserverDelegate;

@interface VKNotificationObserver : NSObject {
    id<VKNotificationObserverDelegate> _target;
    SEL _selector;
    NSObject<OS_dispatch_source> *_memoryNotificationEventSource;
}

- (void)_receivedMemoryNotification;
- (void)_receivedFlushTileCachesNotification;
- (void)dealloc;
- (void)_receivedLocalChangedNotification;
- (id)initWithTarget:(id)a0 taskContext:(const void *)a1;
- (void)_receivedThermalStateDidChangeNotification;
- (void).cxx_destruct;
- (void)_receivedPowerStateDidChangeNotification;

@end