Commit e6fb62ca by Shaik Ghouse

Print lines in btoh menu and recent vc

parent 7ba5082d
......@@ -12,6 +12,7 @@ class MenuViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
print("Hello first line in MenuVC")
}
override func didReceiveMemoryWarning() {
......
......@@ -12,6 +12,7 @@ class RecentViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
print("Hello first line in Recent")
}
override func didReceiveMemoryWarning() {
......
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