EditLocationVC.h 470 B

123456789101112131415161718192021222324
  1. //
  2. // EditLocationVC.h
  3. // Haishenghai-master
  4. //
  5. // Created by GG on 2019/1/20.
  6. // Copyright © 2019年 Haishenghai intelligence network technology. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface EditLocationVC : UIViewController
  10. @property(nonatomic,strong)NSString *deveceNumber;
  11. @property(nonatomic,strong)NSString *deveceName;
  12. @property(nonatomic,assign)int typeID;
  13. /**
  14. 蒙版
  15. */
  16. @property (nonatomic, strong) UIImageView *rightImageView;
  17. @end