2016-12-27 19:38:56 -07:00

6 lines
95 B
Plaintext

- (${1:id}) ${2:method}:(${3:id})${4:anArgument}
{
$1 res = [super $2:$4];${5}
return res;
}