remoting_view_controller.h 518 B

12345678910111213141516
  1. // Copyright 2017 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #ifndef REMOTING_IOS_APP_REMOTING_VIEW_CONTROLLER_H_
  5. #define REMOTING_IOS_APP_REMOTING_VIEW_CONTROLLER_H_
  6. #import <MaterialComponents/MaterialFlexibleHeader.h>
  7. #import "remoting/ios/facade/remoting_service.h"
  8. @interface RemotingViewController : MDCFlexibleHeaderContainerViewController
  9. @end
  10. #endif // REMOTING_IOS_APP_REMOTING_VIEW_CONTROLLER_H_