• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 //---------------------------------------------------------------------------------------
2 //  $Id$
3 //  Copyright (c) 2009 by Mulle Kybernetik. See License file for details.
4 //---------------------------------------------------------------------------------------
5 
6 #import "OCMockRecorder.h"
7 
8 @interface OCPartialMockRecorder : OCMockRecorder
9 {
10 }
11 
12 @end
13