mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-09-07 15:51:04 +00:00
13 lines
245 B
Swift
13 lines
245 B
Swift
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
import FlutterMacOS
|
|
import Foundation
|
|
|
|
import flowy_sdk
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
|
FlowySdkPlugin.register(with: registry.registrar(forPlugin: "FlowySdkPlugin"))
|
|
}
|