Initial commit.
This commit is contained in:
4
vim/snippets/objc/m/method.snippet
Executable file
4
vim/snippets/objc/m/method.snippet
Executable file
@@ -0,0 +1,4 @@
|
||||
- (${1:id}) ${2:method}
|
||||
{${3}
|
||||
${4:return nil;}
|
||||
}
|
||||
Reference in New Issue
Block a user