Files
proxypin/ios/ProxyPin/vpn/NWProtocol.swift
2024-10-09 02:30:02 +08:00

14 lines
148 B
Swift

//
// NWProtocol.swift
// ProxyPin
//
// Created by wanghongen on 2024/9/17.
//
import Foundation
public enum NWProtocol {
case TCP,UDP
}