Sign in
android
/
platform
/
external
/
pytorch
/
51c07f9f69
/
.
/
ios
/
TestApp
/
TestApp
/
AppDelegate.h
blob: 0dde86886e66cd44ba74061cba82f3982a4a3733 [
file
] [
log
] [
blame
]
#import <UIKit/UIKit.h>
@interface
AppDelegate
:
UIResponder
<
UIApplicationDelegate
>
@property
(
strong
,
nonatomic
)
UIWindow
*
window
;
@end