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