Skip to content

Commit

Permalink
Merge pull request TimCinel#36 from jparise/attribute-mismatch
Browse files Browse the repository at this point in the history
Fix a method attribute mismatch warning.
  • Loading branch information
TimCinel committed Mar 22, 2012
2 parents d244565 + 266424a commit 5937d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pickers/AbstractActionSheetPicker.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
- (void)addCustomButtonWithTitle:(NSString *)title value:(id)value;

//For subclasses. This responds to a custom button being pressed.
- (void)customButtonPressed:(id)sender;
- (IBAction)customButtonPressed:(id)sender;

@end

0 comments on commit 5937d2f

Please sign in to comment.