OLD | NEW |
1 //------------------------------------------------------------------------------
--------- | 1 //------------------------------------------------------------------------------
--------- |
2 // $Id: OCPartialMockRecorder.h 57 2010-07-19 06:14:27Z erik $ | 2 // $Id$ |
3 // Copyright (c) 2009 by Mulle Kybernetik. See License file for details. | 3 // Copyright (c) 2009 by Mulle Kybernetik. See License file for details. |
4 //------------------------------------------------------------------------------
--------- | 4 //------------------------------------------------------------------------------
--------- |
5 | 5 |
6 #import "OCMockRecorder.h" | 6 #import "OCMockRecorder.h" |
7 | 7 |
8 @interface OCPartialMockRecorder : OCMockRecorder | 8 @interface OCPartialMockRecorder : OCMockRecorder |
9 { | 9 { |
10 } | 10 } |
11 | 11 |
12 @end | 12 @end |
OLD | NEW |