blob: 1b8927564b64294c7c8e76d327b519f258e9bdc5 [file] [log] [blame]
//
// ipjsuaViewController.h
// ipjsua
//
// Created by Liong Sauw Ming on 13/3/13.
// Copyright (c) 2013 Teluu. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ipjsuaViewController : UIViewController
@property (nonatomic, retain) IBOutlet UILabel *textLabel;
@end