summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/pjsua/ios/ipjsua/ipjsuaViewController.h
diff options
context:
space:
mode:
authorLiong Sauw Ming <ming@teluu.com>2013-04-12 08:05:12 +0000
committerLiong Sauw Ming <ming@teluu.com>2013-04-12 08:05:12 +0000
commit56ba83bb0c04d986a4577e7799a450dc5c920c5e (patch)
tree0cd08fbb614cbfce7ad3ae6ddefe8a5a0490829b /pjsip-apps/src/pjsua/ios/ipjsua/ipjsuaViewController.h
parentc204f01911247ccffe0ce862f0cc056c3ac2989d (diff)
Re #1655: pjsua app CLI for iOS
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4464 74dad513-b988-da41-8d7b-12977e46ad98
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