Implemented the "currentFolder" property for the FileService service in the Library target.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import Foundation
|
||||
|
||||
protocol FileServicing {
|
||||
|
||||
// MARK: Properties
|
||||
|
||||
var currentFolder: URL { get async }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user