Files
yuyin_ios/SweetParty/主类/Others/TabBar/SATabBarVC.h
2025-08-08 11:05:33 +08:00

21 lines
257 B
Objective-C
Executable File

//
// SATabBarVC.h
// SamaVoice
//
// Created by 申中迪 on 2022/5/8.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface SATabBarVC : UITabBarController
singleton_interface(SATabBarVC)
- (void)updateMsgDot;
@end
NS_ASSUME_NONNULL_END