Files
yinmeng-ios/xplan-ios/AppDelegate.h
2021-09-06 18:51:44 +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