Created
October 26, 2019 04:55
-
-
Save victorpanitz/f27e7b8603f5a135042b6c8cfc9a1093 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extension XCTContext { | |
/// Create and run a new activity with provided name and block. | |
public class func runActivity<Result>(named name: String, block: (XCTActivity) throws -> Result) rethrows -> Result | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment