Skip to content

Commit 250d052

Browse files
committed
added module registration
1 parent 015866a commit 250d052

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)