blob: 56e6d3eac29e59400b4c23a25e9c8557c4729423 [file] [log] [blame]
//
// 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