Remove unused files

This commit is contained in:
Christoph Hagen
2022-06-05 11:47:04 +02:00
parent 2be7137a3c
commit 35da223922
3 changed files with 1 additions and 17 deletions

View File

@ -1,6 +0,0 @@
public struct Push_API {
public private(set) var text = "Hello, World!"
public init() {
}
}