Defined the AssetFile enumeration type in. the library target and also, conformed it to the Pathable protocol.

This commit is contained in:
2025-09-22 20:41:59 +02:00
parent f78e70e823
commit 9b908515d9
4 changed files with 118 additions and 1 deletions
@@ -15,7 +15,7 @@ protocol Pathable {
// MARK: Properties
/// A (relative) path.
/// A (relative) path to a resource.
var path: String { get }
}