Implemented the BundleServicing protocol in the library target.
This commit is contained in:
parent
6720464026
commit
5a3654a68f
9
Library/Sources/Protocols/BundleServicing.swift
Normal file
9
Library/Sources/Protocols/BundleServicing.swift
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
import Foundation
|
||||||
|
|
||||||
|
public protocol BundleServicing {
|
||||||
|
|
||||||
|
// MARK: Functions
|
||||||
|
|
||||||
|
func url(forResource name: String?, withExtension ext: String?, subdirectory subpath: String?) -> URL?
|
||||||
|
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user