17 lines
320 B
Objective-C
17 lines
320 B
Objective-C
//
|
|
// TabbarViewController+TabbarViewController_AnimationFileCache.m
|
|
// YuMi
|
|
//
|
|
// Created by 123 on 2024/5/17.
|
|
//
|
|
|
|
#import "TabbarViewController+TabbarViewController_AnimationFileCache.h"
|
|
|
|
@implementation TabbarViewController (TabbarViewController_AnimationFileCache)
|
|
|
|
- (void)cacheAnimationResources {
|
|
|
|
}
|
|
|
|
@end
|