mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Inject TimelinePollDetails in PollListItem
This commit is contained in:
@@ -14,6 +14,11 @@
|
||||
// limitations under the License.
|
||||
//
|
||||
|
||||
import Combine
|
||||
|
||||
protocol PollHistoryServiceProtocol {
|
||||
func fetchHistory() async throws -> [PollListData]
|
||||
var pollHistory: AnyPublisher<TimelinePollDetails, Never> { get }
|
||||
var error: AnyPublisher<Error, Never> { get }
|
||||
|
||||
func startFetching()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user