This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Doric/target/iOS/Example/AppDelegate.h

15 lines
279 B
C
Raw Normal View History

2019-12-05 21:15:16 +08:00
//
// AppDelegate.h
// Example
//
// Created by pengfei.zhou on 2019/12/5.
// Copyright © 2019 pengfei.zhou. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
2019-12-06 11:15:08 +08:00
@property (strong, nonatomic) UIWindow *window;
2019-12-05 21:15:16 +08:00
@end