// // ipjsuaAppDelegate.h // ipjsua // // Created by Liong Sauw Ming on 13/3/13. // Copyright (c) 2013 Teluu. All rights reserved. // #import @class ipjsuaViewController; @interface ipjsuaAppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @property (strong, nonatomic) ipjsuaViewController *viewController; @end