mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-31 15:28:23 -04:00
Initial commit
This commit is contained in:
parent
9197011230
commit
2ed311a818
184 changed files with 8052 additions and 2 deletions
16
Shared/HelperToolCommandType.swift
Normal file
16
Shared/HelperToolCommandType.swift
Normal file
|
@ -0,0 +1,16 @@
|
|||
//
|
||||
// HelperToolCommandType.swift
|
||||
// Mist
|
||||
//
|
||||
// Created by Nindi Gill on 21/6/2022.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
enum HelperToolCommandType: String, Codable {
|
||||
// swiftlint:disable redundant_string_enum_value
|
||||
case remove = "remove"
|
||||
case installer = "installer"
|
||||
case createinstallmedia = "createinstallmedia"
|
||||
case kill = "kill"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue