diff options
Diffstat (limited to 'third_party/ocmock/ocmock_extensions.h')
-rw-r--r-- | third_party/ocmock/ocmock_extensions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/ocmock/ocmock_extensions.h b/third_party/ocmock/ocmock_extensions.h index 53e0c15..2ca182c 100644 --- a/third_party/ocmock/ocmock_extensions.h +++ b/third_party/ocmock/ocmock_extensions.h @@ -29,10 +29,12 @@ - (id)andReturnBool:(BOOL)value; - (id)andReturnInteger:(NSInteger)value; - (id)andReturnUnsignedInteger:(NSUInteger)value; +#if !TARGET_OS_IPHONE - (id)andReturnNSRect:(NSRect)rect; - (id)andReturnCGRect:(CGRect)rect; - (id)andReturnNSPoint:(NSPoint)point; - (id)andReturnCGPoint:(CGPoint)point; +#endif @end // A constraint for verifying that something conforms to a protocol. |