vimrc/sources_non_forked/snipmate-snippets/objc/cati.snippet

4 lines
51 B
Plaintext

@interface ${1:NSObject} (${2:Category})
${3}
@end