summaryrefslogtreecommitdiff
path: root/Example Apps/Example Swift/ProxyManagerDelegate.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Example Apps/Example Swift/ProxyManagerDelegate.swift')
-rw-r--r--Example Apps/Example Swift/ProxyManagerDelegate.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Example Apps/Example Swift/ProxyManagerDelegate.swift b/Example Apps/Example Swift/ProxyManagerDelegate.swift
index 4666f9670..e192e2b6b 100644
--- a/Example Apps/Example Swift/ProxyManagerDelegate.swift
+++ b/Example Apps/Example Swift/ProxyManagerDelegate.swift
@@ -8,7 +8,7 @@
import Foundation
-protocol ProxyManagerDelegate: class {
+protocol ProxyManagerDelegate: AnyObject {
var proxyState: ProxyState { get }
func didChangeProxyState(_ newState: ProxyState)