Skip to content

Instantly share code, notes, and snippets.

@victorpanitz
Created October 26, 2019 04:55
Show Gist options
  • Save victorpanitz/f27e7b8603f5a135042b6c8cfc9a1093 to your computer and use it in GitHub Desktop.
Save victorpanitz/f27e7b8603f5a135042b6c8cfc9a1093 to your computer and use it in GitHub Desktop.
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