Index: remoting/ios/app/app_delegate.h |
diff --git a/remoting/ios/app/app_delegate.h b/remoting/ios/app/app_delegate.h |
index 9235202a1cd02ef124fb5081419d19eea500d6c4..db1331ccdf5b08b806b2e577a08537cda956df78 100644 |
--- a/remoting/ios/app/app_delegate.h |
+++ b/remoting/ios/app/app_delegate.h |
@@ -7,6 +7,8 @@ |
#import <UIKit/UIKit.h> |
+#import "remoting/ios/facade/remoting_authentication.h" |
nicholss
2017/06/21 21:31:06
Why is this added ?
Yuwei
2017/06/21 22:44:15
Deleted. Just some remnant I forgot to clean up...
|
+ |
// Default created delegate class for the entire application. |
@interface AppDelegate : UIResponder<UIApplicationDelegate> |