summaryrefslogtreecommitdiff
path: root/Example Apps
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2021-05-13 13:51:27 -0400
committerJoel Fischer <joeljfischer@gmail.com>2021-05-13 13:51:27 -0400
commit4939d0b1987a2b8ed663629c8440669935c957b9 (patch)
tree85f1600e8359bc633c9ac0d6e82def4c6ccfa369 /Example Apps
parent7f04afd1dad688c010e5304bb80d10b078848222 (diff)
downloadsdl_ios-4939d0b1987a2b8ed663629c8440669935c957b9.tar.gz
Fix swift example warning
Diffstat (limited to 'Example Apps')
-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)