Skip to content

Instantly share code, notes, and snippets.

@regularberry
Created November 30, 2018 19:24
Show Gist options
  • Save regularberry/6710bd114d4877554c89b68d7ccbe041 to your computer and use it in GitHub Desktop.
Save regularberry/6710bd114d4877554c89b68d7ccbe041 to your computer and use it in GitHub Desktop.
class MockHasFancy: HasFancy {
func rockAndRoll() {
}
func secondMethod() -> Int {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment