| Index: remoting/ios/app/app_delegate.h
|
| diff --git a/remoting/ios/app/app_delegate.h b/remoting/ios/app/app_delegate.h
|
| index 2e5bfff39e9ae9544923279084dee888151190a7..9235202a1cd02ef124fb5081419d19eea500d6c4 100644
|
| --- a/remoting/ios/app/app_delegate.h
|
| +++ b/remoting/ios/app/app_delegate.h
|
| @@ -10,7 +10,12 @@
|
| // Default created delegate class for the entire application.
|
| @interface AppDelegate : UIResponder<UIApplicationDelegate>
|
|
|
| +- (void)showMenuAnimated:(BOOL)animated;
|
| +- (void)hideMenuAnimated:(BOOL)animated;
|
| +- (void)presentSignInFlow;
|
| +
|
| @property(strong, nonatomic) UIWindow* window;
|
| +@property(class, strong, nonatomic, readonly) AppDelegate* instance;
|
|
|
| @end
|
|
|
|
|