vimrc/sources_non_forked/snipmate-snippets/objc/m/method.snippet

5 lines
50 B
Plaintext

- (${1:id}) ${2:method}
{${3}
${4:return nil;}
}