ClashX.Meta/ClashX/General/Managers/WebPortalManager.swift

17 lines
317 B
Swift
Raw Normal View History

2019-12-08 13:38:18 +08:00
//
// WebPortalManager.swift
// ClashX
//
// Created by yicheng on 2019/1/11.
// Copyright © 2019 west2online. All rights reserved.
//
import Cocoa
class WebPortalManager {
static let shared = WebPortalManager()
static let hasWebProtal = false
func addWebProtalMenuItem(_ menu: inout NSMenu) {}
}