Files
yinmeng-ios/xplan-ios/Appdelegate/AppDelegate.h

16 lines
216 B
C
Raw Normal View History

2021-09-06 18:47:38 +08:00
//
// 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