blob: e9dbf2d9efa73c60fa0ffd0a5bd5bc12e5b754cf [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.
#import "FWFGeneratedWebKitApis.h"
NS_ASSUME_NONNULL_BEGIN
/**
* Converts an FWFNSUrlRequestData to an NSURLRequest.
*
* @param data The data object containing information to create an NSURLRequest.
*
* @return An NSURLRequest or nil if data could not be converted.
*/
extern NSURLRequest* _Nullable FWFNSURLRequestFromRequestData(
FWFNSUrlRequestData* data);
NS_ASSUME_NONNULL_END