This website works better with JavaScript
Home
Explore
Help
Sign In
SMusatov
/
ntfy-ios
mirror of
https://github.com/binwiederhier/ntfy-ios.git
Watch
1
Star
0
Fork
0
Files
Branch:
attachments
Branches
Tags
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
Permalink
History
Raw
1
2
3
4
5
6
7
import Foundation
extension String {
func toURL() -> URL {
return URL(fileURLWithPath: self)
}
}