Fix class name

This commit is contained in:
Maurice Parker 2020-07-08 17:25:10 -05:00
parent 2ab82d5680
commit 99820c1c2f
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import WebKit
/// WKWebView has an awful behavior of a flash to white on first load when in dark mode.
/// Keep a queue of WebViews where we've already done a trivial load so that by the time we need them in the UI, they're past the flash-to-shite part of their lifecycle.
class : NSObject {
class WebViewProvider: NSObject {
private let articleIconSchemeHandler: ArticleIconSchemeHandler
private let operationQueue = MainThreadOperationQueue()