We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cebe096 commit c47e0f3Copy full SHA for c47e0f3
1 file changed
Source/CoreRouter.swift Source/Router.swiftSource/CoreRouter.swift renamed to Source/Router.swift
@@ -1,11 +1,11 @@
1
//
2
-// CoreRouter.swift
+// Router.swift
3
// CoreModule
4
5
// Created by Maxim Ivanov on 16.12.2021.
6
7
8
-public protocol CoreRouter {
+public protocol Router {
9
10
func navigate()
11
}
0 commit comments