Implement pagination in recents list service

This commit is contained in:
ismailgulek
2022-01-04 04:30:12 +03:00
parent 22a41a1f89
commit 4c69041e91
5 changed files with 102 additions and 3 deletions
@@ -87,6 +87,11 @@ public protocol RecentsListServiceProtocol {
/// Stop service. Do not use after stopping.
func stop()
// MARK: Pagination
/// Paginate in the given section.
func paginate(inSection section: RecentsListServiceSection)
// MARK: - Delegate
/// Add delegate instance for the service