Files
macos-stats/Kit/module/portal.swift
2023-02-22 20:17:39 +01:00

17 lines
277 B
Swift

//
// portal.swift
// Kit
//
// Created by Serhiy Mytrovtsiy on 17/02/2023
// Using Swift 5.0
// Running on macOS 13.2
//
// Copyright © 2023 Serhiy Mytrovtsiy. All rights reserved.
//
import Cocoa
public protocol Portal_p: NSView {
var name: String { get set }
}