We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 015866a commit 250d052Copy full SHA for 250d052
Sources/Protocols/ModileRegistration.swift
@@ -0,0 +1,10 @@
1
+//
2
+// ModileRegistration.swift
3
+// DependencyInjection
4
5
+// Created by Róbert Oravec on 17.12.2024.
6
7
+
8
+public protocol ModuleRegistration {
9
+ func registerDependencies(in container: AsyncContainer) async
10
+}
0 commit comments