From d33f672350878d2b3d67f555fca8e16ed9298a76 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Sat, 30 Jul 2022 09:20:10 -0500 Subject: [PATCH] updated url Signed-off-by: Matt Bruce --- VDS/Classes/ProxPropertyWrapper.swift | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/VDS/Classes/ProxPropertyWrapper.swift b/VDS/Classes/ProxPropertyWrapper.swift index 17784723..b504c36d 100644 --- a/VDS/Classes/ProxPropertyWrapper.swift +++ b/VDS/Classes/ProxPropertyWrapper.swift @@ -7,7 +7,7 @@ import Foundation -//https://gist.github.com/jegnux/4a9871220ef93016d92194ecf7ae8919#file-proxypropertywrapper-swift +//https://www.swiftbysundell.com/articles/accessing-a-swift-property-wrappers-enclosing-instance/ @propertyWrapper public struct AnyProxy { private let keyPath: ReferenceWritableKeyPath @@ -39,8 +39,6 @@ public struct AnyProxy { } } -// Kudos @johnsundell for this trick -// https://swiftbysundell.com/articles/accessing-a-swift-property-wrappers-enclosing-instance/ extension NSObject: ProxyContainer {} public protocol ProxyContainer { typealias Proxy = AnyProxy