Skip to content

Commit fd04c2a

Browse files
committed
fix: missing class
1 parent 4157955 commit fd04c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/Plugin/CapacitorFlashPlugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Capacitor
66
* here: https://capacitorjs.com/docs/plugins/ios
77
*/
88
@objc(CapacitorFlashPlugin)
9-
public class CapacitorFlashPlugin: CAPPlugin {
9+
public class CapacitorFlashPlugin: CAPPlugin, CAPBridgedPlugin {
1010
public let identifier = "CapacitorFlashPlugin"
1111
public let jsName = "CapacitorFlash"
1212
public let pluginMethods: [CAPPluginMethod] = [

0 commit comments

Comments
 (0)