Skip to content

Commit

Permalink
Update SwiftAudioWaveformsPlugin.swift (#359)
Browse files Browse the repository at this point in the history
* Update SwiftAudioWaveformsPlugin.swift

Removed random back tick before flutter import
  • Loading branch information
talhakhan1297 authored Nov 17, 2024
1 parent 55e0a18 commit 7b97514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/Classes/SwiftAudioWaveformsPlugin.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
`import Flutter
import Flutter
import UIKit

public class SwiftAudioWaveformsPlugin: NSObject, FlutterPlugin {
Expand Down Expand Up @@ -178,4 +178,4 @@ public class SwiftAudioWaveformsPlugin: NSObject, FlutterPlugin {
}
}
}
`

0 comments on commit 7b97514

Please sign in to comment.