// // IHAnotationView.swift // Inhealth // // Created by weclouds on 2019/12/25. // Copyright © 2019 weclouds. All rights reserved. // import UIKit import MapKit class IHAnotationView: MKAnnotationView { deinit { log.debug("IHAnotationView销毁") } }