Skip to content

Commit

Permalink
Documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris-Em authored and Bobo committed Oct 17, 2015
1 parent f950188 commit 13d22ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/BEMCheckBox.h
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ typedef NS_ENUM(NSInteger, BEMAnimationType) {
/** Sent to the delegate every time the check box finishes being animated.
* @discussion This method gets triggered after the properties are updated (on), and after the animations are completed. It won't be triggered if no animations are started.
* @seealso didTapCheckBox:
* @param checkBox: The BEMCheckBox instance that has been tapped.
* @param checkBox: The BEMCheckBox instance that was animated.
*/
- (void)animationDidStopForCheckBox:(BEMCheckBox *)checkBox;

Expand Down
Binary file not shown.

0 comments on commit 13d22ce

Please sign in to comment.