11 lines
186 B
Swift
11 lines
186 B
Swift
|
/**
|
||
|
* Splash
|
||
|
* Copyright (c) John Sundell 2018
|
||
|
* MIT license - see LICENSE.md
|
||
|
*/
|
||
|
|
||
|
import Foundation
|
||
|
import XCTest
|
||
|
|
||
|
typealias TestClosure<T: XCTestCase> = (T) -> () throws -> Void
|