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!