added iOS source code
[wl-app.git] / iOS / WolneLektury / Screens / Common / MainNavigationViewController.swift
1 //
2 //  MainNavigationViewController.swift
3 //  WolneLektury
4 //
5 //  Created by Pawel Dabrowski on 29/05/2018.
6 //  Copyright © 2018 Fundacja Nowoczesna Polska. All rights reserved.
7 //
8
9 import UIKit
10
11 class MainNavigationViewController: UINavigationController {
12
13     override func viewDidLoad() {
14         super.viewDidLoad()
15
16         // Do any additional setup after loading the view.
17     }
18
19     override func didReceiveMemoryWarning() {
20         super.didReceiveMemoryWarning()
21         // Dispose of any resources that can be recreated.
22     }
23 }