| // Copyright 2017 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| |
| #ifndef REMOTING_IOS_APP_REFRESH_CONTROL_PROVIDER_CHROMIUM_H_ |
| #define REMOTING_IOS_APP_REFRESH_CONTROL_PROVIDER_CHROMIUM_H_ |
| |
| #import <UIKit/UIKit.h> |
| |
| #import "remoting/ios/app/refresh_control_provider.h" |
| |
| // This provider provides the standard iOS refresh control, i.e. the spinning |
| // wheel. |
| @interface RefreshControlProviderChromium : RefreshControlProvider |
| @end |
| |
| #endif // REMOTING_IOS_APP_REFRESH_CONTROL_PROVIDER_CHROMIUM_H_ |