Remove unneeded source code files

This commit is contained in:
Wojciech Nagrodzki 2021-06-03 10:02:48 +02:00
parent 0c24e02a24
commit d3be71b139
Signed by: wnagrodzki
GPG key ID: E9D0EB0302264569
2 changed files with 0 additions and 14 deletions

View file

@ -1,3 +0,0 @@
struct UserInterfaceVariations {
var text = "Hello, World!"
}

View file

@ -1,11 +0,0 @@
import XCTest
@testable import UserInterfaceVariations
final class UserInterfaceVariationsTests: XCTestCase {
func testExample() {
// This is an example of a functional test case.
// Use XCTAssert and related functions to verify your tests produce the correct
// results.
XCTAssertEqual(UserInterfaceVariations().text, "Hello, World!")
}
}