mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 17:42:45 +02:00
Fix: TimelinePoll code refactoring
This commit is contained in:
@@ -20,8 +20,7 @@ protocol TimelinePollViewModelProtocol {
|
||||
var context: TimelinePollViewModelType.Context { get }
|
||||
var completion: ((TimelinePollViewModelResult) -> Void)? { get set }
|
||||
|
||||
func updateWithPollDetails(_ pollDetails: TimelinePollDetails)
|
||||
func updateWithPollState(_ pollState: TimelinePollState)
|
||||
func updateWithPollDetailsState(_ pollDetailsState: TimelinePollDetailsState)
|
||||
func showAnsweringFailure()
|
||||
func showClosingFailure()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user