Files
sing-box-for-apple/Library/Database/Profile+Share.swift
T
2023-07-26 20:38:51 +08:00

9 lines
171 B
Swift

import Foundation
import Libbox
public extension Profile {
var shareLink: URL {
URL(string: LibboxGenerateRemoteProfileImportLink(name, remoteURL!))!
}
}