|
@@ -7,6 +7,7 @@ extension Main { |
|
|
class Core: UIViewController { |
|
|
class Core: UIViewController { |
|
|
let didSelectButton = PassthroughSubject<Int, Never>() |
|
|
let didSelectButton = PassthroughSubject<Int, Never>() |
|
|
var buttons = [UIButton]() |
|
|
var buttons = [UIButton]() |
|
|
|
|
|
var subscriptions = [AnyCancellable]() |
|
|
|
|
|
|
|
|
override func viewDidLoad() { |
|
|
override func viewDidLoad() { |
|
|
super.viewDidLoad() |
|
|
super.viewDidLoad() |
|
|