re-design snippets hierarchy

This commit is contained in:
Zhang Chiyuan
2008-03-10 12:26:53 +00:00
parent 61210bf5fd
commit 844e2f3a5d
77 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
#name : foo { ... } ; setFoo { ... }
# --
- (${1:id})${2:foo}
{
return $2;
}
- (void)set${2:$(capitalize text)}:($1)aValue
{
[$2 autorelease];
$2 = [aValue retain];
}
$0