/Frameworks/Foundation/objj.platform/CPEnumerator.j
http://github.com/jfahrenkrug/MapKit-HelloWorld · Unknown · 13 lines · 13 code · 0 blank · 0 comment · 0 complexity · 9a56a0de810e65789d1676256201862a MD5 · raw file
- i;10;CPObject.jc;365;
- var _1=objj_allocateClassPair(CPObject,"CPEnumerator"),_2=_1.isa;
- objj_registerClassPair(_1);
- objj_addClassForBundle(_1,objj_getBundleWithPath(OBJJ_CURRENT_BUNDLE.path));
- class_addMethods(_1,[new objj_method(sel_getUid("nextObject"),function(_3,_4){
- with(_3){
- return nil;
- }
- }),new objj_method(sel_getUid("allObjects"),function(_5,_6){
- with(_5){
- return [];
- }
- })]);