YYAnimatedImageView+iOS14.h 204 B

12345678910111213141516
  1. //
  2. // YYAnimatedImageView+iOS14.h
  3. // MiMoLive
  4. //
  5. // Created by SuperC on 2025/7/2.
  6. //
  7. #import <YYImage.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface YYAnimatedImageView (iOS14)
  10. @end
  11. NS_ASSUME_NONNULL_END