mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-02-02 11:33:02 +01:00
8 lines
123 B
Swift
8 lines
123 B
Swift
import Foundation
|
|
|
|
public enum HelperInstallState: Equatable {
|
|
case unknown
|
|
case notInstalled
|
|
case installed
|
|
}
|