21 lines
257 B
Objective-C
Executable File
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
|