// // HomeEmptyView.h // tongxin // // Created by ArJun on 2018/7/26. // Copyright © 2018年 xTT. All rights reserved. // #import @interface HomeEmptyView : UIView @property (strong, nonatomic) IBOutlet UIButton *addDevice; + (instancetype)viewFirstXib; @end