Files
real-e-party-iOS/YuMi/Appdelegate/AppDelegate.h
2025-10-17 14:03:50 +08:00

16 lines
213 B
Objective-C

//
// AppDelegate.h
// YUMI
//
// Created by admin on 2023/3/9.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end