Closer/iphone/CloserUITests/CloserUITests.swift

9 lines
169 B
Swift
Raw Normal View History

import XCTest
final class CloserUITests: XCTestCase {
func testExample() throws {
// Placeholder add UI tests here.
XCTAssertTrue(true)
}
}