OLD | NEW |
1 //------------------------------------------------------------------------------
--------- | 1 //------------------------------------------------------------------------------
--------- |
2 // $Id: OCProtocolMockObject.h 21 2008-01-24 18:59:39Z erik $ | 2 // $Id$ |
3 // Copyright (c) 2005-2008 by Mulle Kybernetik. See License file for details. | 3 // Copyright (c) 2005-2008 by Mulle Kybernetik. See License file for details. |
4 //------------------------------------------------------------------------------
--------- | 4 //------------------------------------------------------------------------------
--------- |
5 | 5 |
6 #import <OCMock/OCMockObject.h> | 6 #import <OCMock/OCMockObject.h> |
7 | 7 |
8 @interface OCProtocolMockObject : OCMockObject | 8 @interface OCProtocolMockObject : OCMockObject |
9 { | 9 { |
10 Protocol *mockedProtocol; | 10 Protocol *mockedProtocol; |
11 } | 11 } |
12 | 12 |
13 - (id)initWithProtocol:(Protocol *)aProtocol; | 13 - (id)initWithProtocol:(Protocol *)aProtocol; |
14 | 14 |
15 @end | 15 @end |
16 | 16 |
OLD | NEW |