@capgo/capacitor-uploader 0.0.15 → 0.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2,7 +2,7 @@ import Foundation
|
|
|
2
2
|
import Capacitor
|
|
3
3
|
|
|
4
4
|
@objc(UploaderPlugin)
|
|
5
|
-
public class UploaderPlugin: CAPPlugin {
|
|
5
|
+
public class UploaderPlugin: CAPPlugin, CAPBridgedPlugin {
|
|
6
6
|
public let identifier = "UploaderPlugin"
|
|
7
7
|
public let jsName = "Uploader"
|
|
8
8
|
public let pluginMethods: [CAPPluginMethod] = [
|