14 lines
261 B
Objective-C
14 lines
261 B
Objective-C
//
|
|
// AppDelegate.h
|
|
// MNN
|
|
//
|
|
// Created by MNN on 2017/12/19.
|
|
// Copyright © 2018, Alibaba Group Holding Limited
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface AppDelegate : UIResponder<UIApplicationDelegate>
|
|
@property (strong, nonatomic) UIWindow *window;
|
|
@end
|