imageVersionRenewTipView.h 218 B

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