mirror of
https://github.com/amix/vimrc
synced 2025-01-19 23:24:00 +00:00
8 lines
154 B
Text
8 lines
154 B
Text
|
unsigned int ${1:object}Count = [${2:array} count];
|
||
|
|
||
|
for (unsigned int index = 0; index < $1Count; index++)
|
||
|
{
|
||
|
${3:id} $1 = [$2 $1AtIndex:index];
|
||
|
${4}
|
||
|
}
|