Skip to content

Commit

Permalink
Fix auto-property-synthesis warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
sharplet committed Jun 22, 2014
1 parent 84eb079 commit 185f070
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Tests/Test Classes/TestVerifier.m
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,16 @@ @interface TestVerifier()

@implementation TestVerifier

@synthesize callSite = _callSite;

#pragma mark - Properties

@synthesize notifiedOfEndOfExample;

#pragma mark - Setting Subjects

- (void)setSubject:(id)anObject {
}
- (id)subject { return nil; }
- (void)setSubject:(id)anObject {}

#pragma mark - Verifying

Expand Down

0 comments on commit 185f070

Please sign in to comment.