- //
- // RQMainTabBarViewController.h
- // RQCommon
- //
- // Created by 张嵘 on 2018/11/21.
- // Copyright © 2018 张嵘. All rights reserved.
- // 主界面控制器
- #import <UIKit/UIKit.h>
- #import "RQMainTabBarViewModel.h"
- @interface RQMainTabBarViewController : RQTabBarController
- @end
|