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}
|
||
|
}
|