@class NSMutableDictionary, NSObject; @protocol OS_dispatch_queue; @interface _DKDataProtectionMonitor : NSObject { NSMutableDictionary *_handlers; BOOL _deviceFormatedForContentProtection; NSMutableDictionary *_availableState; NSObject *_stateQueue; NSObject *_notifyQueue; int _notifyToken; BOOL _notifyEnabled; } - (id)init; - (void)dealloc; - (void).cxx_destruct; @end