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