summaryrefslogtreecommitdiffstats
path: root/third_party/ocmock/OCMock/OCMockObjectTests.h
blob: a9e36e9704a890c113c82b68bce71f408e7239be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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