mirror of
https://github.com/yJason/ClashX-Dashboard.git
synced 2026-03-01 00:35:19 +08:00
fix: spm
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// ClashConnection.swift
|
||||
// ClashX
|
||||
//
|
||||
// Created by yicheng on 2019/10/28.
|
||||
// Copyright © 2019 west2online. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
|
||||
struct ClashConnectionSnapShot: Codable {
|
||||
let connections: [Connection]
|
||||
}
|
||||
|
||||
extension ClashConnectionSnapShot {
|
||||
struct Connection: Codable {
|
||||
let id: String
|
||||
let chains: [String]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user