| 123456789101112131415161718192021222324 |
- //
- // AddDevece_VC.h
- // Haishenghai-master
- //
- // Created by GG on 2019/1/3.
- // Copyright © 2019年 Haishenghai intelligence network technology. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "Header.h"
- @interface AddDevece_VC : UIViewController
- @property (nonatomic,strong) UICollectionView *collectionView;
- @property (nonatomic,strong) UICollectionViewFlowLayout *layout;
- @property(nonatomic,strong)NSMutableArray *dataArray;
- @property(nonatomic,strong)NSString *titleName;
- @property(nonatomic,assign)int deveceTypeID;
- @end
|