// // RQTabBarViewModel.h // RQCommon // // Created by 张嵘 on 2018/11/26. // Copyright © 2018 张嵘. All rights reserved. // 对应于`RQTabBarController`的视图模型 ,只是一个用来过渡的视图模型 #import "RQBaseViewModel.h" @interface RQTabBarViewModel : RQBaseViewModel @end