// // DeviceSwitchover.h // tongxin // // Created by ecell on 2023/7/7. // Copyright © 2023 xTT. All rights reserved. // #import #import NS_ASSUME_NONNULL_BEGIN @interface DeviceSwitchover : NSObject + (instancetype)sharedManager; - (void)showMenuViewWithAdd:(BOOL)add Point:(CGPoint)point; @property (nonatomic ,strong) void(^switchDevice)(NSInteger index); @end NS_ASSUME_NONNULL_END