Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
- (${1:id})${2:thing}
|
||||
{
|
||||
return $2;
|
||||
}
|
||||
|
||||
- (void) set$2:($1)
|
||||
{
|
||||
$1 old$2 = $2;
|
||||
$2 = [aValue retain];
|
||||
[old$2 release];
|
||||
}
|
||||
Reference in New Issue
Block a user