You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FilestackSDK/Public/Extensions/Client+Deprecated.swift
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ import Foundation
10
10
11
11
extensionClient{
12
12
/// :nodoc:
13
+
@discardableResult
13
14
@objc
14
15
@available(*, deprecated, message:"Marked for removal in version 3.0. Please use upload(using:options:queue:uploadProgress:completionHandler:) instead")
15
16
publicfunc multiPartUpload(from localURL:URL,
@@ -31,6 +32,7 @@ extension Client {
31
32
}
32
33
33
34
/// :nodoc:
35
+
@discardableResult
34
36
@objc
35
37
@available(*, deprecated, message:"Marked for removal in version 3.0. Please use upload(using:options:queue:uploadProgress:completionHandler:) instead")
0 commit comments