// // HDLSiriSceneListViewController.h // HdlSmartIoT // // Created by ι™ˆε˜‰δΉ on 2021/11/17. // #import NS_ASSUME_NONNULL_BEGIN @interface HDLSiriSceneListViewController : UIViewController @property (nonatomic, assign) UITableViewStyle tableViewStyle; @property (nonatomic, strong) UITableView *tableView; @property (nonatomic, strong) NSMutableArray *dataSource; @property (nonatomic, strong) NSString *titleName; @end NS_ASSUME_NONNULL_END