summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/ipjsystest/Classes/ipjsystestAppDelegate.h
blob: 78b35108eeebb7cad2345f6b1be26f95590067ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//
//  ipjsystestAppDelegate.h
//  ipjsystest
//
//  Created by Liong Sauw Ming on 3/20/10.
//  Copyright Teluu Inc. (http://www.teluu.com) 2010. All rights reserved.
//

@interface ipjsystestAppDelegate : NSObject <UIApplicationDelegate> {
    
    UIWindow		    *window;
    UINavigationController  *navigationController;
}

@property (nonatomic, retain) IBOutlet UIWindow *window;
@property (nonatomic, retain) IBOutlet UINavigationController *navigationController;

@end