OOMeetingRoomMainSectionHeaderView.swift 282 B

12345678910111213141516
  1. //
  2. // OOMeetingRoomMainSectionHeaderView.swift
  3. // o2app
  4. //
  5. // Created by 刘振兴 on 2018/1/18.
  6. // Copyright © 2018年 zone. All rights reserved.
  7. //
  8. import UIKit
  9. class OOMeetingRoomMainSectionHeaderView: UIView {
  10. @IBOutlet weak var titleLabel: UILabel!
  11. }