Reapply "Fix build"

This reverts commit b7312f6933.
This commit is contained in:
Ilya Laktyushin 2026-03-11 18:51:50 +01:00
parent 94923cc353
commit 968c577488

View file

@ -14,6 +14,7 @@ open class GalleryItemNode: ASDisplayNode {
public enum ActiveEdge {
case left
case right
case middle
}
private var _index: Int?