Last active
August 4, 2020 21:12
-
-
Save RodrigoLGuimaraes/b7ef051fb0c3e0ef696ea950b6869ddb to your computer and use it in GitHub Desktop.
TeaCode autocompletion in swift
This file contains 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
#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