blob: 1b8927564b64294c7c8e76d327b519f258e9bdc5 [file] [log] [blame]
Alexandre Lision8af73cb2013-12-10 14:11:20 -05001//
2// ipjsuaViewController.h
3// ipjsua
4//
5// Created by Liong Sauw Ming on 13/3/13.
6// Copyright (c) 2013 Teluu. All rights reserved.
7//
8
9#import <UIKit/UIKit.h>
10
11@interface ipjsuaViewController : UIViewController
12
13@property (nonatomic, retain) IBOutlet UILabel *textLabel;
14
15@end