AS_TabBarViewController.h 189 B

12345678910111213
  1. //
  2. // AS_TabBarViewController.h
  3. // Asteria
  4. //
  5. // Created by 王猛 on 2023/5/6.
  6. //
  7. //
  8. #import <QMUIKit/QMUIKit.h>
  9. @interface AS_TabBarViewController : QMUITabBarViewController
  10. @end