SceneDelegate.h 223 B

123456789101112131415
  1. //
  2. // SceneDelegate.h
  3. // iShop
  4. //
  5. // Created by Rui Zhang on 12/13/23.
  6. //
  7. #import <UIKit/UIKit.h>
  8. @interface SceneDelegate : UIResponder <UIWindowSceneDelegate>
  9. @property (strong, nonatomic) UIWindow * window;
  10. @end