Update ReactionsMenuViewModel to handle a list of reactions.

This commit is contained in:
SBiOSoftWhare
2019-06-25 13:23:07 +02:00
parent 8e2d1d6bc9
commit 86e11131df
5 changed files with 80 additions and 152 deletions
@@ -18,5 +18,6 @@ import UIKit
/// Action chosen by the user
enum ReactionsMenuViewAction {
case toggleReaction(ReactionsMenuReaction)
case loadData
case tap(reaction: String)
}