Skip to content

Commit b837f9c

Browse files
authored
Merge pull request #3 from maksimn/release-2.0.0
release v2.0.0
2 parents cebe096 + c47e0f3 commit b837f9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
//
2-
// CoreRouter.swift
2+
// Router.swift
33
// CoreModule
44
//
55
// Created by Maxim Ivanov on 16.12.2021.
66
//
77

8-
public protocol CoreRouter {
8+
public protocol Router {
99

1010
func navigate()
1111
}

0 commit comments

Comments
 (0)