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