123456789101112131415161718 |
- //
- // RQTabBarController.h
- // RQCommon
- //
- // Created by 张嵘 on 2018/11/14.
- // Copyright © 2018 张嵘. All rights reserved.
- //
- #import "RQBaseViewController.h"
- #import "RQTabBarViewModel.h"
- @interface RQTabBarController : RQBaseViewController <UITabBarControllerDelegate>
- /// The `tabBarController` instance
- @property (nonatomic, readonly, strong) QMUITabBarViewController *tabBarController;
- @end
|