Commit efc2d243 by Shaik Ghouse

Commit in MenuVC

parent 53a3350f
......@@ -13,6 +13,7 @@ class MenuViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
print("Hello first line in MenuVC")
print("Commit checking for Squash")
menuList = ["Home", "Recent", "Settings", "Logout"]
if let menuArray = menuList {
for menu in menuArray {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment