* #36737: switch back to svn repo, remove assert in sip_transaction.c
diff --git a/jni/pjproject-android/.svn/pristine/96/960883d5ca7f9a7b0c9a065f4110f65612697c36.svn-base b/jni/pjproject-android/.svn/pristine/96/960883d5ca7f9a7b0c9a065f4110f65612697c36.svn-base
new file mode 100644
index 0000000..44b335e
--- /dev/null
+++ b/jni/pjproject-android/.svn/pristine/96/960883d5ca7f9a7b0c9a065f4110f65612697c36.svn-base
@@ -0,0 +1,33 @@
+//
+//  ipjsuaViewController.m
+//  ipjsua
+//
+//  Created by Liong Sauw Ming on 13/3/13.
+//  Copyright (c) 2013 Teluu. All rights reserved.
+//
+
+#import "ipjsuaViewController.h"
+
+@interface ipjsuaViewController ()
+
+@end
+
+@implementation ipjsuaViewController
+
+@synthesize textLabel;
+
+- (void)viewDidLoad
+{
+    [super viewDidLoad];
+    // Do any additional setup after loading the view, typically from a nib.
+
+    [[UIApplication sharedApplication] beginReceivingRemoteControlEvents];
+}
+
+- (void)didReceiveMemoryWarning
+{
+    [super didReceiveMemoryWarning];
+    // Dispose of any resources that can be recreated.
+}
+
+@end