宠物店修改

This commit is contained in:
kai60
2020-05-02 14:56:49 +08:00
parent 8fca79324a
commit 53f06fcf43
100 changed files with 2672 additions and 198 deletions
@@ -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