13 lines
248 B
Swift
13 lines
248 B
Swift
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
import FlutterMacOS
|
|
import Foundation
|
|
|
|
import quick_blue
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
|
QuickBluePlugin.register(with: registry.registrar(forPlugin: "QuickBluePlugin"))
|
|
}
|