diff --git a/Library/Sources/Public/Protocols/Bundleable.swift b/Library/Sources/Public/Protocols/Bundleable.swift index 308682e..e6fe719 100644 --- a/Library/Sources/Public/Protocols/Bundleable.swift +++ b/Library/Sources/Public/Protocols/Bundleable.swift @@ -1,6 +1,10 @@ import Foundation public protocol Bundleable { + + // MARK: Computed + + var resourcePath: String? { get } // MARK: Functions