// // Xuanduo2SettingController.h // Ifish // // Created by Alex on 2019/4/28. // Copyright © 2019 lianlian. All rights reserved. // #import "FatherController.h" #import "IfishDeviceInfo.h" #import "xuanduo3fModel.h" #import "ReadTimerModel.h" #import "XuanduoTimerSettingViewController.h" NS_ASSUME_NONNULL_BEGIN @class Xuanduo2Model; @interface XuanduoTimerListViewController : FatherController @property (nonatomic,strong) UIActivityIndicatorView*indicatorView; @property (nonatomic ,strong) id dataModel; @property(nonatomic,strong) DeviceModel* currentdevice; @property (nonatomic, strong) ReadTimerModel *readMode; - (void)refreshWithData:(id)model; @end NS_ASSUME_NONNULL_END