removed @PUblished, since this is no longer needed

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-02-14 09:46:23 -06:00
parent e33246153a
commit 3b6e8948bb

View File

@ -8,7 +8,6 @@
import Foundation
import UIKit
class ButtonCollectionViewRow {
var attributes = [ButtonLayoutAttributes]()
@ -149,7 +148,7 @@ class ButtonGroupPositionLayout: UICollectionViewLayout {
weak var delegate: ButtongGroupPositionLayoutDelegate?
// Total height of the content. Will be used to configure the scrollview content
@Published var layoutHeight: CGFloat = 0.0
var layoutHeight: CGFloat = 0.0
var position: ButtonGroup.Alignment = .left
var rowQuantity: Int = 0
var buttonPercentage: CGFloat?