diff --git a/Source/OCMock/OCMMacroState.h b/Source/OCMock/OCMMacroState.h index 0e2e95d5..5b32fabc 100644 --- a/Source/OCMock/OCMMacroState.h +++ b/Source/OCMock/OCMMacroState.h @@ -25,7 +25,7 @@ @interface OCMMacroState : NSObject { - id recorder; + OCMRecorder *recorder; BOOL invocationDidThrow; } @@ -44,8 +44,8 @@ + (OCMMacroState *)globalState; -- (void)setRecorder:(id)aRecorder; -- (id)recorder; +- (void)setRecorder:(OCMRecorder *)aRecorder; +- (OCMRecorder *)recorder; - (void)switchToClassMethod;