KWMessageSpying.h 292 B

123456789101112131415
  1. //
  2. // Licensed under the terms in License.txt
  3. //
  4. // Copyright 2010 Allen Ding. All rights reserved.
  5. //
  6. #import "KiwiConfiguration.h"
  7. @protocol KWMessageSpying<NSObject>
  8. #pragma mark - Spying on Messages
  9. - (void)object:(id)anObject didReceiveInvocation:(NSInvocation *)anInvocation;
  10. @end