@interface LockdownModeManagerInternal : NSObject { void /* unknown type, empty encoding */ $__lazy_storage_$_connection; } @property (class, nonatomic, readonly) LockdownModeManagerInternal *shared; @property (nonatomic, readonly) BOOL enabled; @property (nonatomic, readonly) BOOL enabledInAccount; - (id)init; - (void).cxx_destruct; - (void)migrateIfNeededWithCompletion:(id /* block */)a0; - (void)setEnabled:(BOOL)a0 options:(id)a1 completion:(id /* block */)a2; - (void)getEnabledInAccount:(BOOL)a0 completion:(id /* block */)a1; - (void)enableIfNeeded:(BOOL)a0 completion:(id /* block */)a1; - (void)notifyRestrictionChanged:(id)a0; - (void)rebootIfNeeded; @end