// // HomeEmptyViewCell.h // tongxin // // Created by Apple on 2020/4/9. // Copyright © 2020 xTT. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface HomeEmptyViewCell : UITableViewCell @property (weak, nonatomic) IBOutlet UIButton *addDeviceBtn; @end NS_ASSUME_NONNULL_END