Skip to content

Commit 75e38fe

Browse files
committed
Make RuntimeInjectable open
1 parent e1a64da commit 75e38fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Router.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public class DefaultRouter: IsRouter {
5757

5858
// Injection helper
5959
public protocol Initializable { init() }
60-
public class RuntimeInjectable: NSObject, Initializable {
60+
open class RuntimeInjectable: NSObject, Initializable {
6161
public required override init() {}
6262
}
6363

0 commit comments

Comments
 (0)