1234567891011121314151617181920212223242526272829 |
- //
- // OOMeetingTabBarController.swift
- // O2Platform
- //
- // Created by FancyLou on 2019/5/9.
- // Copyright © 2019 zoneland. All rights reserved.
- //
- import UIKit
- class OOMeetingTabBarController: UITabBarController {
- override func viewDidLoad() {
- super.viewDidLoad()
-
- }
-
- /*
- // MARK: - Navigation
- // In a storyboard-based application, you will often want to do a little preparation before navigation
- override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
- // Get the new view controller using segue.destination.
- // Pass the selected object to the new view controller.
- }
- */
- }
|