16 lines
265 B
Swift
16 lines
265 B
Swift
//
|
|
// HealthEmergencyUITests.swift
|
|
// HealthEmergencyUITests
|
|
//
|
|
|
|
import XCTest
|
|
|
|
final class HealthEmergencyUITests: XCTestCase {
|
|
|
|
override func setUpWithError() throws { }
|
|
|
|
override func tearDownWithError() throws { }
|
|
|
|
func testExample() throws { }
|
|
}
|