1
0
mirror of https://github.com/git-touch/git-touch synced 2024-12-16 10:20:55 +01:00
git-touch-android-ios-app/macos/Flutter/GeneratedPluginRegistrant.swift
Shreyas Thirumalai acd608e230
add macos files (#90)
#69
2020-05-15 18:37:12 +08:00

15 lines
391 B
Swift

//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import shared_preferences_macos
import url_launcher_macos
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
}