mirror of
https://github.com/trudnai/Steve2.git
synced 2025-01-14 07:29:50 +00:00
17 lines
216 B
Swift
17 lines
216 B
Swift
//
|
|
// NSMenu_Hard_Hat_Mack.swift
|
|
// Steve ][
|
|
//
|
|
// Created by Tamas Rudnai on 7/5/22.
|
|
// Copyright © 2022 GameAlloy. All rights reserved.
|
|
//
|
|
|
|
import Cocoa
|
|
import Foundation
|
|
|
|
|
|
class SubMenu: NSMenuItem {
|
|
|
|
|
|
}
|