summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/pjsua/ios/ipjsua/ipjsuaViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip-apps/src/pjsua/ios/ipjsua/ipjsuaViewController.h')
-rw-r--r--pjsip-apps/src/pjsua/ios/ipjsua/ipjsuaViewController.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/pjsip-apps/src/pjsua/ios/ipjsua/ipjsuaViewController.h b/pjsip-apps/src/pjsua/ios/ipjsua/ipjsuaViewController.h
new file mode 100644
index 00000000..1b892756
--- /dev/null
+++ b/pjsip-apps/src/pjsua/ios/ipjsua/ipjsuaViewController.h
@@ -0,0 +1,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