// // ipjsuaViewController.h // ipjsua // // Created by Liong Sauw Ming on 13/3/13. // Copyright (c) 2013 Teluu. All rights reserved. // #import @interface ipjsuaViewController : UIViewController @property (nonatomic, retain) IBOutlet UILabel *textLabel; @end