UITabBarController+Animation.h 215 B

12345678910111213141516
  1. //
  2. // UITabBarController+Animation.h
  3. // Timi
  4. //
  5. // Created by 翟玉磊 on 2021/12/11.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface UITabBarController (Animation)
  10. @end
  11. NS_ASSUME_NONNULL_END