Documented the Pathable protocol in the library target.
This commit is contained in:
parent
cef62262ed
commit
957eb5f41b
@ -1,7 +1,9 @@
|
|||||||
|
/// A type that can provide a relative path representation.
|
||||||
protocol Pathable {
|
protocol Pathable {
|
||||||
|
|
||||||
// MARK: Properties
|
// MARK: Properties
|
||||||
|
|
||||||
|
/// A read-only relative path representation.
|
||||||
var path: String { get }
|
var path: String { get }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user