mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 01:52:44 +02:00
Implement pagination in recents list service
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user