customLaunchView.h 201 B

1234567891011121314151617
  1. //
  2. // customLaunchView.h
  3. // 隐私保护
  4. //
  5. // Created by xd h on 2023/10/12.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface customLaunchView : UIView
  10. @end
  11. NS_ASSUME_NONNULL_END