cacheflush.h 113 B

1234567
  1. #include <objc/objc.h>
  2. #include "test.h"
  3. @interface TestRoot(cat)
  4. +(int)classMethod;
  5. -(int)instanceMethod;
  6. @end