Add MakeRPCViewController with authenticated RPC
diff --git a/objective-c/auth_sample/SelectUserViewController.m b/objective-c/auth_sample/SelectUserViewController.m
index e54e9f8..954c531 100644
--- a/objective-c/auth_sample/SelectUserViewController.m
+++ b/objective-c/auth_sample/SelectUserViewController.m
@@ -33,7 +33,7 @@
 
 #import "SelectUserViewController.h"
 
-#import "SecondViewController.h"
+#import "MakeRPCViewController.h"
 
 @implementation SelectUserViewController