Reactions menu: Add more reactions button.

This commit is contained in:
SBiOSoftWhare
2019-07-25 16:21:07 +02:00
parent d8a00cc65f
commit 5fe7b62630
9 changed files with 76 additions and 6 deletions
@@ -20,4 +20,5 @@ import UIKit
enum ReactionsMenuViewAction {
case loadData
case tap(reaction: String)
case moreReactions
}