Skip to content

Commit

Permalink
Merge branch 'dmaclach-patch-3'
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdoe committed Jan 26, 2022
2 parents afd2c69 + 021dc81 commit 37c9b03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/OCMock/OCMMacroState.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

@interface OCMMacroState : NSObject
{
id recorder;
OCMRecorder *recorder;
BOOL invocationDidThrow;
}

Expand All @@ -44,8 +44,8 @@

+ (OCMMacroState *)globalState;

- (void)setRecorder:(id)aRecorder;
- (id)recorder;
- (void)setRecorder:(OCMRecorder *)aRecorder;
- (OCMRecorder *)recorder;

- (void)switchToClassMethod;

Expand Down

0 comments on commit 37c9b03

Please sign in to comment.