OOMeetingTabBarController.swift 660 B

1234567891011121314151617181920212223242526272829
  1. //
  2. // OOMeetingTabBarController.swift
  3. // O2Platform
  4. //
  5. // Created by FancyLou on 2019/5/9.
  6. // Copyright © 2019 zoneland. All rights reserved.
  7. //
  8. import UIKit
  9. class OOMeetingTabBarController: UITabBarController {
  10. override func viewDidLoad() {
  11. super.viewDidLoad()
  12. }
  13. /*
  14. // MARK: - Navigation
  15. // In a storyboard-based application, you will often want to do a little preparation before navigation
  16. override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
  17. // Get the new view controller using segue.destination.
  18. // Pass the selected object to the new view controller.
  19. }
  20. */
  21. }