@class NSObject, NSHashTable; @protocol OS_dispatch_source; @interface SUUIMetricsFlushTimer : NSObject { NSHashTable *_metricsControllers; NSObject *_timer; unsigned long long _timerStartTime; } + (id)sharedTimer; - (id)init; - (void)dealloc; - (void).cxx_destruct; - (void)_applicationDidEnterBackgroundNotification:(id)a0; - (void)_applicationWillEnterForegroundNotification:(id)a0; - (void)addMetricsController:(id)a0; - (void)removeMetricsController:(id)a0; - (void)_cancelFlushTimer; - (void)_performFlush; - (void)flushAllMetricsControllers; - (void)reloadFlushInterval; @end