summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/pjsua/ios/ipjsua/ipjsuaAppDelegate.h
blob: 56e6d3eac29e59400b4c23a25e9c8557c4729423 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//
//  ipjsuaAppDelegate.h
//  ipjsua
//
//  Created by Liong Sauw Ming on 13/3/13.
//  Copyright (c) 2013 Teluu. All rights reserved.
//

#import <UIKit/UIKit.h>

@class ipjsuaViewController;

@interface ipjsuaAppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;

@property (strong, nonatomic) ipjsuaViewController *viewController;

@end