IHAreaManager.swift 249 B

12345678910111213141516171819202122
  1. //
  2. // IHAreaManager.swift
  3. // Inhealth
  4. //
  5. // Created by weclouds on 2019/12/13.
  6. // Copyright © 2019 weclouds. All rights reserved.
  7. //
  8. import UIKit
  9. class IHAreaManager: NSObject {
  10. func requsetData() {
  11. }
  12. }