2019-11-19 19:44:06 +00:00
|
|
|
//
|
|
|
|
// WKProcessPoolManager.swift
|
2019-11-29 15:59:18 +00:00
|
|
|
// flutter_inappwebview
|
2019-11-19 19:44:06 +00:00
|
|
|
//
|
|
|
|
// Created by Lorenzo Pichilli on 19/11/2019.
|
|
|
|
//
|
|
|
|
|
|
|
|
import Foundation
|
|
|
|
import WebKit
|
|
|
|
|
2022-05-08 10:56:28 +00:00
|
|
|
public class WKProcessPoolManager {
|
2019-11-19 19:44:06 +00:00
|
|
|
static let sharedProcessPool = WKProcessPool()
|
|
|
|
}
|