* #27232: jni: added pjproject checkout as regular git content

We will remove it once the next release of pjsip (with Android support)
comes out and is merged into SFLphone.
diff --git a/jni/pjproject-android/.svn/pristine/69/693681842dbb1125017d7780e1e6a1c5f405fe32.svn-base b/jni/pjproject-android/.svn/pristine/69/693681842dbb1125017d7780e1e6a1c5f405fe32.svn-base
new file mode 100644
index 0000000..1b892756
--- /dev/null
+++ b/jni/pjproject-android/.svn/pristine/69/693681842dbb1125017d7780e1e6a1c5f405fe32.svn-base
@@ -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