FrameRoot.h 195 B

12345678910111213141516
  1. //
  2. // FrameRoot.h
  3. // iShop
  4. //
  5. // Created by Rui Zhang on 12/14/23.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface FrameRoot : UITabBarController
  10. @end
  11. NS_ASSUME_NONNULL_END