Added NSPredicate to searchFiles method

- public functions became open, now is overridable
- fixed urlCache documentation
This commit is contained in:
Amir Abbas
2017-02-19 13:34:55 +03:30
parent 194c8a41aa
commit 194673b3b6
13 changed files with 419 additions and 276 deletions
-5
View File
@@ -10,11 +10,6 @@ import Foundation
import ImageIO
import CoreGraphics
import AVFoundation
#if os(iOS) || os(tvOS)
import UIKit
#elseif os(macOS)
import Cocoa
#endif
extension LocalFileProvider: ExtendedFileProvider {
public func thumbnailOfFileSupported(path: String) -> Bool {