Fix UB in the integer overflow check in Layer::Layer()
[chromium-blink-merge.git] / third_party / ocmock / OCMock / OCProtocolMockObject.h
blob88f32299a559865f56d18dba0ea9b6bb43a78342
1 //---------------------------------------------------------------------------------------
2 // $Id$
3 // Copyright (c) 2005-2008 by Mulle Kybernetik. See License file for details.
4 //---------------------------------------------------------------------------------------
6 #import <OCMock/OCMockObject.h>
8 @interface OCProtocolMockObject : OCMockObject
10 Protocol *mockedProtocol;
13 - (id)initWithProtocol:(Protocol *)aProtocol;
15 @end