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

5 lines
45 B
Plaintext

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