mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-12-15 10:44:28 -05:00
13 lines
238 B
Swift
13 lines
238 B
Swift
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
import FlutterMacOS
|
|
import Foundation
|
|
|
|
import veilid
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
|
VeilidPlugin.register(with: registry.registrar(forPlugin: "VeilidPlugin"))
|
|
}
|