// // UserAnnotationView.h // watch // // Created by WeiChaoZheng on 2017/11/6. // Copyright © 2017年 xTT. All rights reserved. // #import @interface UserAnnotationView : MKAnnotationView -(void)setImageWithURLString:(NSString*)urlString; -(void)setImageWithString:(NSString*)string; @end