Skip to content

Instantly share code, notes, and snippets.

View kasperkronborg's full-sized avatar
🏰
Ask me anything React

Kasper Kronborg kasperkronborg

🏰
Ask me anything React
  • Copenhagen, Denmark
View GitHub Profile

Keybase proof

I hereby claim:

  • I am kasperkronborg on github.
  • I am kasperkronborg (https://keybase.io/kasperkronborg) on keybase.
  • I have a public key whose fingerprint is 216A 9914 52B3 BA8F C167 0D14 16C5 FE0B 8C6F EA7D

To claim this, I am signing this object:

@kasperkronborg
kasperkronborg / totd1.md
Last active March 5, 2023 21:29
Tip of the day: AppCode live template private interface decleration

Want a smart way to declare a private interface for your Objective-C class and don't want to go through the tedious assignment of doing it yourself? Here's a smart Live Template for you and your AppCode.

@interface $FWE$ ()
$END$
@end

Click 'Edit variables' and in the 'Expression' column you type in fileNameWithoutExtension() and enables the checkmark in 'Skip if defined'.

Happy hacking!