Files
peko-ios/YuMi/Modules/YMTabbar/View/TabbarViewController+TabbarViewController_AnimationFileCache.h
2024-05-17 20:02:24 +08:00

19 lines
315 B
Objective-C

//
// TabbarViewController+TabbarViewController_AnimationFileCache.h
// YuMi
//
// Created by 123 on 2024/5/17.
//
#import "TabbarViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface TabbarViewController (TabbarViewController_AnimationFileCache)
- (void)cacheAnimationResources;
@end
NS_ASSUME_NONNULL_END