RQMainTabBarViewController.h 288 B

123456789101112131415
  1. //
  2. // RQMainTabBarViewController.h
  3. // RQCommon
  4. //
  5. // Created by 张嵘 on 2018/11/21.
  6. // Copyright © 2018 张嵘. All rights reserved.
  7. // 主界面控制器
  8. #import <UIKit/UIKit.h>
  9. #import "RQMainTabBarViewModel.h"
  10. @interface RQMainTabBarViewController : RQTabBarController
  11. @end