19 lines
315 B
Objective-C
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
|