This website works better with JavaScript
Главная
Обзор
Помощь
Вход
SMusatov
/
ntfy-ios
зеркало из
https://github.com/binwiederhier/ntfy-ios.git
Следить
1
В избранное
0
Ответвить
0
Файлы
Дерево:
30c5715ac1
Ветки
Метки
attachments
attachments-wip
auth
cope
dabbling
default-server
fix_and_qr
fixes-only
ios-14
ios-14-2
main
restart
selfhosted-light
v1.3
v1.1
v1.0
ntfy-ios
/
ntfy
/
Utils
/
String.swift
String.swift
114 B
История
Исходник
1
2
3
4
5
6
7
import Foundation
extension String {
func toURL() -> URL {
return URL(fileURLWithPath: self)
}
}