Added the "resourcePath" property to the Bundleable protocol in the library target.
This commit is contained in:
parent
7dfddb8d4c
commit
8bc446ca68
@ -2,6 +2,10 @@ import Foundation
|
||||
|
||||
public protocol Bundleable {
|
||||
|
||||
// MARK: Computed
|
||||
|
||||
var resourcePath: String? { get }
|
||||
|
||||
// MARK: Functions
|
||||
|
||||
func url(forResource name: String?, withExtension ext: String?, subdirectory subpath: String?) -> URL?
|
||||
|
Loading…
x
Reference in New Issue
Block a user