Skip to content

Commit

Permalink
Bug #177 fixed!
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgarbarev committed Feb 24, 2014
1 parent a3d1473 commit 27b81cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Source/Utils/TyphoonSelector.m
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ - (NSString *)description
return description;
}

- (NSUInteger)hash
{
return (NSUInteger)self.selector;
}

- (BOOL)isEqual:(id)other
{
if (other == self) {
Expand Down

0 comments on commit 27b81cf

Please sign in to comment.