From 4556037760bc309e59c7c94556dabdad682ac345 Mon Sep 17 00:00:00 2001 From: John Holdsworth Date: Sun, 7 Jul 2019 14:31:40 +0100 Subject: [PATCH] Inject swiftui (#157) * @objc class func injected() for SwiftUI * sync file version --- InjectionBundle/SwiftInjection.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InjectionBundle/SwiftInjection.swift b/InjectionBundle/SwiftInjection.swift index 8821ac68..f491a2d1 100644 --- a/InjectionBundle/SwiftInjection.swift +++ b/InjectionBundle/SwiftInjection.swift @@ -5,7 +5,7 @@ // Created by John Holdsworth on 05/11/2017. // Copyright © 2017 John Holdsworth. All rights reserved. // -// $Id: //depot/ResidentEval/InjectionBundle/SwiftInjection.swift#54 $ +// $Id: //depot/ResidentEval/InjectionBundle/SwiftInjection.swift#55 $ // // Cut-down version of code injection in Swift. Uses code // from SwiftEval.swift to recompile and reload class.