CommonLocationView.h 307 B

12345678910111213141516171819
  1. //
  2. // CommonLocationView.h
  3. // UniversalApp
  4. //
  5. // Created by bogokj on 2019/12/20.
  6. // Copyright © 2019 voidcat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface CommonLocationView : UIView
  11. @property(nonatomic, copy) NSString *location;
  12. @end
  13. NS_ASSUME_NONNULL_END