22 lines
505 B
Objective-C
22 lines
505 B
Objective-C
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
#import "GeneratedPluginRegistrant.h"
|
|
|
|
#if __has_include(<webview_flutter_wkwebview/WebViewFlutterPlugin.h>)
|
|
#import <webview_flutter_wkwebview/WebViewFlutterPlugin.h>
|
|
#else
|
|
@import webview_flutter_wkwebview;
|
|
#endif
|
|
|
|
@implementation GeneratedPluginRegistrant
|
|
|
|
+ (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry {
|
|
[WebViewFlutterPlugin registerWithRegistrar:[registry registrarForPlugin:@"WebViewFlutterPlugin"]];
|
|
}
|
|
|
|
@end
|