Skip to content

Commit

Permalink
Rectify documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
1and2papa committed Oct 17, 2014
1 parent 25dc312 commit 166c104
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CTAssetsPickerController/CTAssetsPickerController.h
Expand Up @@ -241,8 +241,8 @@
/**
* Tells the delegate that the asset was selected.
*
* @param picker The controller object managing the assets picker interface.
* @param indexPath The asset that was selected.
* @param picker The controller object managing the assets picker interface.
* @param asset The asset that was selected.
*
* @see assetsPickerController:didDeselectAsset:
*/
Expand All @@ -263,8 +263,8 @@
/**
* Tells the delegate that the item at the specified path was deselected.
*
* @param picker The controller object managing the assets picker interface.
* @param indexPath The asset that was deselected.
* @param picker The controller object managing the assets picker interface.
* @param asset The asset that was deselected.
*
* @see assetsPickerController:didSelectAsset:
*/
Expand All @@ -289,8 +289,8 @@
/**
* Tells the delegate that asset was highlighted.
*
* @param picker The controller object managing the assets picker interface.
* @param indexPath The asset that was highlighted.
* @param picker The controller object managing the assets picker interface.
* @param asset The asset that was highlighted.
*
* @see assetsPickerController:didUnhighlightAsset:
*/
Expand All @@ -300,8 +300,8 @@
/**
* Tells the delegate that the highlight was removed from the asset.
*
* @param picker The controller object managing the assets picker interface.
* @param indexPath The asset that had its highlight removed.
* @param picker The controller object managing the assets picker interface.
* @param asset The asset that had its highlight removed.
*
* @see assetsPickerController:didHighlightAsset:
*/
Expand Down

0 comments on commit 166c104

Please sign in to comment.