blob: 316bcf5e70be1ec890101c093b02381291b5bdd3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// **********************************************************************
//
// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
//
// **********************************************************************
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end
|