Skip to content

Commit

Permalink
feat: remove unused objc annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
andredestro committed Sep 5, 2024
1 parent 9befd42 commit adb9d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion status-bar/ios/Sources/StatusBarPlugin/StatusBar.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Foundation
import Capacitor

@objc public class StatusBar: NSObject {
public class StatusBar {

private var bridge: CAPBridgeProtocol
private var isOverlayingWebview = true
Expand Down

0 comments on commit adb9d98

Please sign in to comment.