// // USBInsertPopView.h // 隐私保护 // // Created by xd h on 2024/1/29. // #import NS_ASSUME_NONNULL_BEGIN @interface USBInsertPopView : UIView - (id)initWithFrame:(CGRect)frame withName:(NSString*)name; @end NS_ASSUME_NONNULL_END