commit | 3600977997c6f1b5e9bbdde7513872c276f040eb | [log] [tgz] |
---|---|---|
author | Jorge Canizales <jcanizales@google.com> | Thu Jun 11 13:10:38 2015 -0700 |
committer | Jorge Canizales <jcanizales@google.com> | Fri Jun 12 13:16:39 2015 -0700 |
tree | dd09e08e882dfc140690e71da42ba3a99eab2a49 | |
parent | 4da1012dc131ef9078b88a0f8117ba5fceafd82e [diff] [blame] |
Request test scope
diff --git a/objective-c/auth_sample/SecondViewController.h b/objective-c/auth_sample/SecondViewController.h index 06a3ca0..3e5ccf9 100644 --- a/objective-c/auth_sample/SecondViewController.h +++ b/objective-c/auth_sample/SecondViewController.h
@@ -33,6 +33,7 @@ #import <UIKit/UIKit.h> -@interface SecondViewController : UIViewController +extern NSString * const kTestScope; +@interface SecondViewController : UIViewController @end