Make WebViewController fina.

This commit is contained in:
Brent Simmons 2024-05-03 22:23:55 -07:00
parent 18d0b0e1e7
commit 78a64c3146
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ protocol WebViewControllerDelegate: AnyObject {
func webViewController(_: WebViewController, articleExtractorButtonStateDidUpdate: ArticleExtractorButtonState)
}
class WebViewController: UIViewController {
final class WebViewController: UIViewController {
private struct MessageName {
static let imageWasClicked = "imageWasClicked"