Premium story reactions info

This commit is contained in:
Ilya Laktyushin
2023-08-30 14:29:49 +04:00
parent 517337de27
commit 9fd6b9369f
5 changed files with 35 additions and 49 deletions

View File

@@ -75,6 +75,8 @@ public final class DrawingEntitiesView: UIView, TGPhotoDrawingEntitiesView {
public var getEntityAdditionalScale: () -> CGFloat = { return 1.0 }
public var getAvailableReactions: () -> [ReactionItem] = { return [] }
public var present: (ViewController) -> Void = { _ in }
public var push: (ViewController) -> Void = { _ in }
public var hasSelectionChanged: (Bool) -> Void = { _ in }
var selectionChanged: (DrawingEntity?) -> Void = { _ in }