Files
yinmeng-ios/xplan-ios/Appdelegate/AppDelegate.h
2021-09-13 18:56:16 +08:00

16 lines
216 B
Objective-C

//
// AppDelegate.h
// xplan-ios
//
// Created by zu on 2021/8/31.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end