@class UNUserNotificationCenter, WFTriggerManager, NSString, NSObject; @protocol WFDatabaseProvider, OS_dispatch_queue; @interface WFTriggerBootManager : NSObject @property (readonly, nonatomic) id databaseProvider; @property (retain, nonatomic) WFTriggerManager *triggerManager; @property (retain, nonatomic) UNUserNotificationCenter *notificationCenter; @property (readonly, nonatomic) NSObject *queue; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)category; + (void)registerForNotificationRemovalWithUserNotificationCenter:(id)a0 scheduleIfNeeded:(BOOL)a1; + (BOOL)deleteMarkerFile; + (BOOL)createMarkerFileIfNeeded; + (void)clearDeliveredNotificationsWithUserNotificationCenter:(id)a0; + (BOOL)markerFileExists; + (id)automationsEnabledFileURL; - (void)userNotificationCenter:(id)a0 didReceiveNotificationResponse:(id)a1 withCompletionHandler:(id /* block */)a2; - (void)start; - (void).cxx_destruct; - (id)initWithDatabaseProvider:(id)a0; - (id)firstUnlockDate; - (BOOL)canRunAutomations; - (void)configuredTriggersDidChange:(id)a0; - (BOOL)createFirstUnlockTimeFile; - (void)deviceWasUnlockedForTheFirstTime; - (id)firstUnlockTimeURL; - (id)notificationContentForDeviceWithKnownUnlockedState:(BOOL)a0; - (void)postNotificationWithUserNotificationCenterIfNecessary:(id)a0 completionHandler:(id /* block */)a1; - (void)registerForInitialBootXPCActivityWithUserNotificationCenterIfNeeded:(id)a0; - (void)replaceNotificationContentWithUpdatedTitleIfNeeded; - (id)runningThresholdDate; - (BOOL)shouldCreateMarkerFileWithConfiguredTriggers:(id)a0; - (BOOL)triggerRunningTimeoutHasPassed; - (void)willRunAutomations; @end