14 lines
235 B
Swift
14 lines
235 B
Swift
|
//
|
||
|
// WKProcessPoolManager.swift
|
||
|
// flutter_inappwebview
|
||
|
//
|
||
|
// Created by Lorenzo Pichilli on 19/11/2019.
|
||
|
//
|
||
|
|
||
|
import Foundation
|
||
|
import WebKit
|
||
|
|
||
|
public class WKProcessPoolManager {
|
||
|
static let sharedProcessPool = WKProcessPool()
|
||
|
}
|