Skip to content
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.

Commit

Permalink
Fixed the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshflock committed Sep 19, 2017
1 parent 3a58f3c commit 1199cf7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions GMImagePicker/GMImagePickerController.h
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@ static CGSize const kPopoverContentSize = {480, 720};
/**
* 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.
*
*/
- (void)assetsPickerController:(GMImagePickerController *)picker didSelectAsset:(PHAsset *)asset;
Expand All @@ -275,7 +275,7 @@ static CGSize const kPopoverContentSize = {480, 720};
* 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 asset The asset that was deselected.
*
*/
- (void)assetsPickerController:(GMImagePickerController *)picker didDeselectAsset:(PHAsset *)asset;
Expand All @@ -300,7 +300,7 @@ static CGSize const kPopoverContentSize = {480, 720};
* 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 asset The asset that was highlighted.
*
*/
- (void)assetsPickerController:(GMImagePickerController *)picker didHighlightAsset:(PHAsset *)asset;
Expand All @@ -310,7 +310,7 @@ static CGSize const kPopoverContentSize = {480, 720};
* 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 asset The asset that had its highlight removed.
*
*/
- (void)assetsPickerController:(GMImagePickerController *)picker didUnhighlightAsset:(PHAsset *)asset;
Expand Down

0 comments on commit 1199cf7

Please sign in to comment.