cacheflush3.m 134 B

123456
  1. #include "cacheflush.h"
  2. @implementation TestRoot (Category3)
  3. +(int)classMethod { return 3; }
  4. -(int)instanceMethod { return 3; }
  5. @end