Skip to content

Commit 9b691b4

Browse files
author
Sharma Elanthiriayan
committed
Add comments describing ReviewsViewModelActionsHandler.
1 parent 7584795 commit 9b691b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

WooCommerce/Classes/ViewRelated/Reviews/ReviewsViewModel.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ protocol ReviewsViewModelOutput {
2323
func containsMorePages(_ highestVisibleReview: Int) -> Bool
2424
}
2525

26+
/// Handles actions related to Reviews screen
27+
///
2628
protocol ReviewsViewModelActionsHandler {
2729
func displayPlaceholderReviews(tableView: UITableView)
2830

0 commit comments

Comments
 (0)