imageorder.h 263 B

1234567891011121314151617181920
  1. extern int state;
  2. extern int cstate;
  3. OBJC_ROOT_CLASS
  4. @interface Super { id isa; }
  5. +(void) method;
  6. +(void) method0;
  7. @end
  8. @interface Super (cat1)
  9. +(void) method1;
  10. @end
  11. @interface Super (cat2)
  12. +(void) method2;
  13. @end
  14. @interface Super (cat3)
  15. +(void) method3;
  16. @end