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