IHAnotationView.swift 280 B

1234567891011121314151617
  1. //
  2. // IHAnotationView.swift
  3. // Inhealth
  4. //
  5. // Created by weclouds on 2019/12/25.
  6. // Copyright © 2019 weclouds. All rights reserved.
  7. //
  8. import UIKit
  9. import MapKit
  10. class IHAnotationView: MKAnnotationView {
  11. deinit {
  12. log.debug("IHAnotationView销毁")
  13. }
  14. }