remoting_menu_view_controller.h 470 B

12345678910111213
  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_MENU_VIEW_CONTROLLER_H_
  5. #define REMOTING_IOS_APP_REMOTING_MENU_VIEW_CONTROLLER_H_
  6. #import <MaterialComponents/MaterialCollections.h>
  7. @interface RemotingMenuViewController : MDCCollectionViewController
  8. @end
  9. #endif // REMOTING_IOS_APP_REMOTING_MENU_VIEW_CONTROLLER_H_