Skip to content

Commit

Permalink
Merge pull request #788 from dawsontoth/TIMOB-6374
Browse files Browse the repository at this point in the history
[TIMOB-6374] Updated Module Template to address property setter typo
  • Loading branch information
Max Stepanov committed Jan 21, 2012
2 parents b8d96b9 + e9e9ed6 commit c907875
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ -(id)exampleProp
return @"hello world";
}

-(void)exampleProp:(id)value
-(void)setExampleProp:(id)value
{
// example property setter
}
Expand Down

0 comments on commit c907875

Please sign in to comment.