mirror of
https://github.com/wanghongenpin/proxypin.git
synced 2026-05-07 00:15:55 +08:00
14 lines
148 B
Swift
14 lines
148 B
Swift
//
|
|
// NWProtocol.swift
|
|
// ProxyPin
|
|
//
|
|
// Created by wanghongen on 2024/9/17.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
|
|
public enum NWProtocol {
|
|
case TCP,UDP
|
|
}
|