更新新疆需求

This commit is contained in:
History
2025-11-21 13:46:29 +08:00
parent 2ec6c65bef
commit 4aba54ce74
154 changed files with 664 additions and 1017 deletions
@@ -0,0 +1,25 @@
//
// XJBaseTabBarController.h
// healthQuestion
//
// Created by xulei on 2022/8/12.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface XJBaseTabBarController : UITabBarController
/**
设置小红点
@param index tabbar下标
@param isShow 是显示还是隐藏
*/
-(void)setRedDotWithIndex:(NSInteger)index isShow:(BOOL)isShow isNumber:(NSInteger)number;
@property (nonatomic, assign)NSInteger lastSelectIndex;
@end
NS_ASSUME_NONNULL_END