iosWebViewFix/macos/Classes/InAppWebView/ContextMenuSettings.swift

18 lines
293 B
Swift
Raw Normal View History

2022-10-17 00:23:05 +00:00
//
// ContextMenuOptions.swift
// flutter_inappwebview
//
// Created by Lorenzo Pichilli on 30/05/2020.
//
import Foundation
public class ContextMenuSettings: ISettings<NSObject> {
var hideDefaultSystemContextMenuItems = false;
override init(){
super.init()
}
}