#import "FlutterZoomSdkPlugin.h" #if __has_include(<flutter_zoom_sdk/flutter_zoom_sdk-Swift.h>) #import <flutter_zoom_sdk/flutter_zoom_sdk-Swift.h> #else // Support project import fallback if the generated compatibility header // is not copied when this plugin is created as a library. // https://forums.swift.org/t/swift-static-libraries-dont-copy-generated-objective-c-header/19816 #import "flutter_zoom_sdk-Swift.h" #endif @implementation FlutterZoomSdkPlugin + (void)registerWithRegistrar:(NSObject<FlutterPluginRegistrar>*)registrar { [SwiftFlutterZoomSdkPlugin registerWithRegistrar:registrar]; } @end