USBInsertPopView.h 259 B

1234567891011121314151617
  1. //
  2. // USBInsertPopView.h
  3. // 隐私保护
  4. //
  5. // Created by xd h on 2024/1/29.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface USBInsertPopView : UIView
  10. - (id)initWithFrame:(CGRect)frame withName:(NSString*)name;
  11. @end
  12. NS_ASSUME_NONNULL_END