blob: 56e6d3eac29e59400b4c23a25e9c8557c4729423 [file] [log] [blame]
Tristan Matthews0a329cc2013-07-17 13:20:14 -04001//
2// ipjsuaAppDelegate.h
3// ipjsua
4//
5// Created by Liong Sauw Ming on 13/3/13.
6// Copyright (c) 2013 Teluu. All rights reserved.
7//
8
9#import <UIKit/UIKit.h>
10
11@class ipjsuaViewController;
12
13@interface ipjsuaAppDelegate : UIResponder <UIApplicationDelegate>
14
15@property (strong, nonatomic) UIWindow *window;
16
17@property (strong, nonatomic) ipjsuaViewController *viewController;
18
19@end