summaryrefslogtreecommitdiffstats
path: root/third_party/ocmock/OCPartialMockRecorder.h
blob: 409a3a4b6c5dfd114912dde57a51f6eacb09d6a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//---------------------------------------------------------------------------------------
//  $Id: $
//  Copyright (c) 2009 by Mulle Kybernetik. See License file for details.
//---------------------------------------------------------------------------------------

#import "OCMockRecorder.h"

@interface OCPartialMockRecorder : OCMockRecorder 
{
}

@end