mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04: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"))
|
||
|
}
|