12345678910111213141516171819 |
- //
- // WorkFlowTabbarController.h
- // smartRhino
- //
- // Created by Android on 2019/12/17.
- // Copyright © 2019 tederen. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- /// 会议模块tabbar
- @interface WorkFlowTabbarController : UITabBarController
- - (void)setSelectedIndex:(NSUInteger)selectedIndex;
- @end
- NS_ASSUME_NONNULL_END
|