summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/pjsua/ios/ipjsua/ipjsuaViewController.h
blob: 1b8927564b64294c7c8e76d327b519f258e9bdc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
//  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