Skip to content

Commit dbf5e92

Browse files
author
Sharma Elanthiriayan
committed
Add comment for presentActionSheet method.
1 parent fa0a035 commit dbf5e92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

WooCommerce/Classes/ViewRelated/Reviews/ReviewsViewController.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@ private extension ReviewsViewController {
239239
}
240240
}
241241

242+
/// Presents an action sheet on tapping the menu right bar button item.
243+
///
242244
@IBAction func presentActionSheet() {
243245
let actionSheet = UIAlertController(title: nil, message: nil, preferredStyle: .actionSheet)
244246
actionSheet.view.tintColor = .text

0 commit comments

Comments
 (0)