| // 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_HOST_FETCHING_VIEW_CONTROLLER_H_ |
| #define REMOTING_IOS_APP_HOST_FETCHING_VIEW_CONTROLLER_H_ |
| |
| #import <UIKit/UIKit.h> |
| |
| // This view controller simply shows the host refresh indicator. It is only used |
| // when no host list has been fetched. |
| @interface HostFetchingViewController : UIViewController |
| @end |
| |
| #endif // REMOTING_IOS_APP_HOST_FETCHING_VIEW_CONTROLLER_H_ |