RQTabBarViewModel.h 303 B

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