Basic project creation #3

Merged
javier merged 64 commits from feature/create-basic-project into main 2025-01-28 00:07:25 +00:00
Showing only changes of commit 5a3654a68f - Show all commits

View File

@ -0,0 +1,9 @@
import Foundation
public protocol BundleServicing {
// MARK: Functions
func url(forResource name: String?, withExtension ext: String?, subdirectory subpath: String?) -> URL?
}