blob: 13973f8c5c6e039c71f0c6faa3869c78452aced3 [file] [log] [blame]
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// This header is available in the Test module. Import via "@import webview_flutter_wkwebview.Test;"
#import <webview_flutter_wkwebview/FlutterWebView.h>
NS_ASSUME_NONNULL_BEGIN
@interface FLTWebViewController ()
- (NSURLRequest*)buildNSURLRequest:(NSDictionary<NSString*, id>*)arguments;
- (void)onLoadUrl:(FlutterMethodCall*)call result:(FlutterResult)result;
- (void)onLoadRequest:(FlutterMethodCall*)call result:(FlutterResult)result;
@end
NS_ASSUME_NONNULL_END