cake_wallet/cw_monero/example/macos/Flutter/GeneratedPluginRegistrant.swift
2023-02-08 22:12:11 +02:00

14 lines
366 B
Swift

//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import cw_monero
import path_provider_foundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
CwMoneroPlugin.register(with: registry.registrar(forPlugin: "CwMoneroPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
}