| 123456789101112131415161718192021222324 |
- //
- // EditLocationVC.h
- // Haishenghai-master
- //
- // Created by GG on 2019/1/20.
- // Copyright © 2019年 Haishenghai intelligence network technology. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface EditLocationVC : UIViewController
- @property(nonatomic,strong)NSString *deveceNumber;
- @property(nonatomic,strong)NSString *deveceName;
- @property(nonatomic,assign)int typeID;
- /**
- 蒙版
- */
- @property (nonatomic, strong) UIImageView *rightImageView;
- @end
|