WorkFlowTabbarController.h 356 B

12345678910111213141516171819
  1. //
  2. // WorkFlowTabbarController.h
  3. // smartRhino
  4. //
  5. // Created by Android on 2019/12/17.
  6. // Copyright © 2019 tederen. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. /// 会议模块tabbar
  11. @interface WorkFlowTabbarController : UITabBarController
  12. - (void)setSelectedIndex:(NSUInteger)selectedIndex;
  13. @end
  14. NS_ASSUME_NONNULL_END