Template support for input parameters #4
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