更新新疆需求
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user