blob: 1c40e9ee48c3877780709f80ec494a791ec12759 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//---------------------------------------------------------------------------------------
// $Id: OCMockObjectHamcrestTests.h 57 2010-07-19 06:14:27Z erik $
// Copyright (c) 2004-2008 by Mulle Kybernetik. See License file for details.
//---------------------------------------------------------------------------------------
#import <SenTestingKit/SenTestingKit.h>
@interface OCMockObjectHamcrestTests : SenTestCase
{
}
@end
|