There was an error while loading. Please reload this page.
open
1 parent e1a64da commit 75e38feCopy full SHA for 75e38fe
Sources/Router.swift
@@ -57,7 +57,7 @@ public class DefaultRouter: IsRouter {
57
58
// Injection helper
59
public protocol Initializable { init() }
60
-public class RuntimeInjectable: NSObject, Initializable {
+open class RuntimeInjectable: NSObject, Initializable {
61
public required override init() {}
62
}
63
0 commit comments