code restyle for poll detail

This commit is contained in:
Flavio Alescio
2023-01-31 16:03:38 +01:00
parent 2407ee9842
commit 2f51f66d5e
11 changed files with 80 additions and 105 deletions
@@ -17,5 +17,6 @@
import Foundation
protocol PollHistoryDetailViewModelProtocol {
var completion: PollHistoryDetailViewModelCallback? { get set }
var context: PollHistoryDetailViewModelType.Context { get }
}