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