Skip to content

Commit a49a597

Browse files
committed
Removing uploadFiles() requirement from Startable protocol.
1 parent 1036dc3 commit a49a597

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Sources/FilestackSDK/Public/Protocols/Startable.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,4 @@ import Foundation
1313
public protocol Startable {
1414
/// Starts this process.
1515
@discardableResult func start() -> Bool
16-
17-
/// :nodoc:
18-
func uploadFiles()
1916
}

0 commit comments

Comments
 (0)