// // CommonLocationView.h // UniversalApp // // Created by bogokj on 2019/12/20. // Copyright © 2019 voidcat. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface CommonLocationView : UIView @property(nonatomic, copy) NSString *location; @end NS_ASSUME_NONNULL_END