2019-11-19 20:44:06 +01:00
|
|
|
//
|
|
|
|
// WKProcessPoolManager.swift
|
2019-11-29 16:59:18 +01:00
|
|
|
// flutter_inappwebview
|
2019-11-19 20:44:06 +01:00
|
|
|
//
|
|
|
|
// Created by Lorenzo Pichilli on 19/11/2019.
|
|
|
|
//
|
|
|
|
|
|
|
|
import Foundation
|
|
|
|
import WebKit
|
|
|
|
|
|
|
|
class WKProcessPoolManager {
|
|
|
|
static let sharedProcessPool = WKProcessPool()
|
|
|
|
}
|