Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_external_kotlinx.serialization
/
c563d23b6ff7303838bb57749735af4b8f901085
/
.
/
example-ios
/
ios-test-application
/
AppDelegate.h
blob: 3621106c7ff67b74fd71bf27cbf3b75c31a5df81 [
file
] [
log
] [
blame
]
#import <UIKit/UIKit.h>
@interface
AppDelegate
:
UIResponder
<
UIApplicationDelegate
>
@property
(
strong
,
nonatomic
)
UIWindow
*
window
;
@end