Files
Attractor/App/Script Policy UI/ScriptPolicyViewControllerDelegate.swift
James Magahern 31787f57ae Started working on modern policies (from Epiphany)
UI finished, just need to hook it up to the backend.
2021-09-29 18:55:23 -07:00

14 lines
266 B
Swift

//
// ScriptPolicyViewControllerDelegate.swift
// App
//
// Created by James Magahern on 9/29/21.
//
import Foundation
protocol ScriptPolicyViewControllerDelegate: AnyObject {
func didChangeScriptPolicy()
func setScriptsEnabledForTab(_ enabled: Bool)
}