cacheflush0.m 149 B

1234567
  1. #include "cacheflush.h"
  2. #include "testroot.i"
  3. @implementation TestRoot(cat)
  4. +(int)classMethod { return 1; }
  5. -(int)instanceMethod { return 1; }
  6. @end