14 lines
173 B
Swift
14 lines
173 B
Swift
//
|
|
// InAppWebView.swift
|
|
// flutter_inappbrowser
|
|
//
|
|
// Created by Lorenzo on 21/10/18.
|
|
//
|
|
|
|
import Foundation
|
|
import WebKit
|
|
|
|
public class InAppWebView: WKWebView {
|
|
|
|
}
|