add astra draft
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import ManagedSettings
|
||||
|
||||
final class ShieldActionExtension: ShieldActionDelegate {
|
||||
override func handle(action: ShieldAction, for application: ApplicationToken,
|
||||
completionHandler: @escaping (ShieldActionResponse) -> Void) {
|
||||
completionHandler(.close)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user