Added the "resourcePath" property to the Bundleable protocol in the library target.
This commit is contained in:
parent
7dfddb8d4c
commit
8bc446ca68
@ -1,6 +1,10 @@
|
|||||||
import Foundation
|
import Foundation
|
||||||
|
|
||||||
public protocol Bundleable {
|
public protocol Bundleable {
|
||||||
|
|
||||||
|
// MARK: Computed
|
||||||
|
|
||||||
|
var resourcePath: String? { get }
|
||||||
|
|
||||||
// MARK: Functions
|
// MARK: Functions
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user