@class NSObject; @protocol OS_dispatch_source, VKNotificationObserverDelegate; @interface VKNotificationObserver : NSObject { id _target; SEL _selector; NSObject *_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