diff --git a/AndroidCalculator/Base.lproj/Main.storyboard b/AndroidCalculator/Base.lproj/Main.storyboard
index 9089d86..0769092 100644
--- a/AndroidCalculator/Base.lproj/Main.storyboard
+++ b/AndroidCalculator/Base.lproj/Main.storyboard
@@ -197,6 +197,22 @@
+
+
+
+
@@ -205,6 +221,8 @@
+
+
diff --git a/AndroidCalculator/ViewController.swift b/AndroidCalculator/ViewController.swift
index 6e7550a..741e6b5 100644
--- a/AndroidCalculator/ViewController.swift
+++ b/AndroidCalculator/ViewController.swift
@@ -11,6 +11,8 @@ import UIKit
class ViewController: UIViewController {
@IBOutlet weak var borderView: UIView!
+ @IBOutlet weak var formulaLabel: UILabel!
+ @IBOutlet weak var resultLabel: UILabel!
@IBOutlet var numberButtons: [UIButton]!
@IBAction func clickNumberButton(_ sender: UIButton) {