9 lines
171 B
Swift
9 lines
171 B
Swift
import Foundation
|
|
import Libbox
|
|
|
|
public extension Profile {
|
|
var shareLink: URL {
|
|
URL(string: LibboxGenerateRemoteProfileImportLink(name, remoteURL!))!
|
|
}
|
|
}
|