@class DNDSExplicitRegionStore, NSArray, NSString, NSMutableSet, DNDSLocationTriggerConfiguration; @protocol DNDSBackingStore, DNDSLifetimeMonitorDataSource, DNDSLifetimeMonitorDelegate, DNDSAggregateLocationLifetimeMonitor; @interface DNDSExplicitRegionLocationLifetimeMonitor : NSObject { DNDSLocationTriggerConfiguration *_currentConfiguration; NSMutableSet *_enteredRegionIdentifiers; NSMutableSet *_enteredRegionIdentifiersPendingExit; DNDSExplicitRegionStore *_store; id _backingStore; } @property (weak, nonatomic) id aggregateMonitor; @property (readonly, copy, nonatomic) NSArray *activeLifetimeAssertionUUIDs; @property (weak, nonatomic) id dataSource; @property (weak, nonatomic) id delegate; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)initWithAggregateMonitor:(id)a0; - (void)locationManager:(id)a0 didDetermineState:(long long)a1 forRegion:(id)a2; - (void)locationManager:(id)a0 monitoringDidFailForRegion:(id)a1 withError:(id)a2; - (void)_queue_refreshMonitor; - (void)_queue_invalidateAssertionOnExitFromRegion:(id)a0; - (void)_queue_stopMonitoringForRegion:(id)a0; - (void)refreshMonitorForDate:(id)a0; - (void)_loadDataFromBackingStore; - (void)_queue_startMonitoringForRegion:(id)a0; - (void)_queue_resolveEnteredRegionIdentifiersWithAssertionRegionIdentifiers:(id)a0; - (BOOL)_saveDataToBackingStoreWithError:(id *)a0; - (void).cxx_destruct; - (void)_queue_takeAssertionOnEntryIntoRegion:(id)a0; - (void)locationManager:(id)a0 didFailWithError:(id)a1; - (id)_queue_locationMonitorClientIdentifierForModeIdentifier:(id)a0 region:(id)a1; @end