Template support for input parameters #4
@ -2,6 +2,10 @@ import Foundation
|
|||||||
|
|
||||||
public protocol Bundleable {
|
public protocol Bundleable {
|
||||||
|
|
||||||
|
// MARK: Computed
|
||||||
|
|
||||||
|
var resourcePath: String? { get }
|
||||||
|
|
||||||
// MARK: Functions
|
// MARK: Functions
|
||||||
|
|
||||||
func url(forResource name: String?, withExtension ext: String?, subdirectory subpath: String?) -> URL?
|
func url(forResource name: String?, withExtension ext: String?, subdirectory subpath: String?) -> URL?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user