removed PageIndex variable
This commit is contained in:
Родитель
34de8d6766
Коммит
3915a14911
|
@ -6,8 +6,6 @@ class AnalyticsViewController: UIViewController {
|
|||
@IBOutlet weak var customEventButton: UIButton!
|
||||
@IBOutlet weak var customColorButton: UIButton!
|
||||
|
||||
var pageIndex: Int!
|
||||
|
||||
override func viewDidLoad() {
|
||||
super.viewDidLoad()
|
||||
// Do any additional setup after loading the view, typically from a nib.
|
||||
|
|
|
@ -5,8 +5,6 @@ class CrashViewController: UIViewController {
|
|||
|
||||
@IBOutlet weak var fatalErrorButton: UIButton!
|
||||
|
||||
var pageIndex: Int!
|
||||
|
||||
override func viewDidLoad() {
|
||||
super.viewDidLoad()
|
||||
// Do any additional setup after loading the view, typically from a nib.
|
||||
|
@ -17,7 +15,6 @@ class CrashViewController: UIViewController {
|
|||
}
|
||||
|
||||
@IBAction func crashButtonTapped(_: UIButton) {
|
||||
print("fatalError crash activated")
|
||||
fatalError()
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче