6 lines
70 B
Mathematica
6 lines
70 B
Mathematica
|
|
NSArray *collect;
|
||
|
|
//...
|
||
|
|
for(Type i in collect){
|
||
|
|
NSLog(@"%@", i);
|
||
|
|
}
|