@class NSHashTable, NSObject; @protocol OS_dispatch_queue, OS_dispatch_source; @interface ATXMemoryPressureMonitor : NSObject { NSObject *_internalQueue; NSObject *_memoryMonitoringSource; NSHashTable *_observers; } + (id)sharedInstance; - (id)init; - (void)dealloc; - (void)registerObserver:(id)a0; - (void)unregisterObserver:(id)a0; - (void).cxx_destruct; - (void)_notifyObserversOfMemoryPressureType:(unsigned long long)a0; - (unsigned long long)_currentMemoryPressureType; @end