/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

  1. i;10;CPObject.jc;365;
  2. var _1=objj_allocateClassPair(CPObject,"CPEnumerator"),_2=_1.isa;
  3. objj_registerClassPair(_1);
  4. objj_addClassForBundle(_1,objj_getBundleWithPath(OBJJ_CURRENT_BUNDLE.path));
  5. class_addMethods(_1,[new objj_method(sel_getUid("nextObject"),function(_3,_4){
  6. with(_3){
  7. return nil;
  8. }
  9. }),new objj_method(sel_getUid("allObjects"),function(_5,_6){
  10. with(_5){
  11. return [];
  12. }
  13. })]);