Files
ios-advanced-parental-controls/ios/ShieldAction/ShieldActionExtension.swift
T
2026-09-17 17:59:34 +02:00

9 lines
294 B
Swift

import ManagedSettings
final class ShieldActionExtension: ShieldActionDelegate {
override func handle(action: ShieldAction, for application: ApplicationToken,
completionHandler: @escaping (ShieldActionResponse) -> Void) {
completionHandler(.close)
}
}