diff options
Diffstat (limited to 'third_party/ocmock/OCMock/OCMockObjectTests.h')
-rw-r--r-- | third_party/ocmock/OCMock/OCMockObjectTests.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/third_party/ocmock/OCMock/OCMockObjectTests.h b/third_party/ocmock/OCMock/OCMockObjectTests.h new file mode 100644 index 0000000..a9e36e9 --- /dev/null +++ b/third_party/ocmock/OCMock/OCMockObjectTests.h @@ -0,0 +1,13 @@ +//--------------------------------------------------------------------------------------- +// $Id: OCMockObjectTests.h 21 2008-01-24 18:59:39Z erik $ +// Copyright (c) 2004-2008 by Mulle Kybernetik. See License file for details. +//--------------------------------------------------------------------------------------- + +#import <SenTestingKit/SenTestingKit.h> + +@interface OCMockObjectTests : SenTestCase +{ + id mock; +} + +@end |