// // VideoTabPopView.h // tongxin // // Created by ecell on 2023/5/5. // Copyright © 2023 xTT. All rights reserved. // #import #import "Device.h" NS_ASSUME_NONNULL_BEGIN @interface VideoTabPopView : UIView + (instancetype)sharedManager; @property (nonatomic ,strong) Device *deviceModel; - (void)showView; - (void)monitorDevice; @end NS_ASSUME_NONNULL_END