Skip to content

Instantly share code, notes, and snippets.

@RodrigoLGuimaraes
Last active August 4, 2020 21:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RodrigoLGuimaraes/b7ef051fb0c3e0ef696ea950b6869ddb to your computer and use it in GitHub Desktop.
Save RodrigoLGuimaraes/b7ef051fb0c3e0ef696ea950b6869ddb to your computer and use it in GitHub Desktop.
TeaCode autocompletion in swift
#if DEBUG
class TeaCode {
/// Do not use quotes to fill the string. Also, press CMD+OPTION+E to expand.
static func codableView(named: String) {}
/// Do not use quotes to fill the string. Also, press CMD+OPTION+E to expand.
static func codableViewTest(viewNamed: String) {}
}
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment