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