宠物店修改
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
//
|
||||
|
||||
#import "BaseViewController.h"
|
||||
#import "StoreNameView.h"
|
||||
#import "DXPopover.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@@ -20,6 +22,9 @@ Copy NSString *ssid;
|
||||
Copy NSString *bssid;
|
||||
//界面复用 设备类型
|
||||
@property (assign, nonatomic) SmartDeviceType deviceType;
|
||||
@property (nonatomic, strong) UIView *mask;
|
||||
@property (nonatomic, strong) StoreNameView *storeNameView;
|
||||
@property (nonatomic, strong) NSString *storeName;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
||||
Reference in New Issue
Block a user