enterprise_loading_screen_view_controller.h 471 B

1234567891011121314
  1. // Copyright 2021 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 IOS_CHROME_APP_ENTERPRISE_LOADING_SCREEN_VIEW_CONTROLLER_H_
  5. #define IOS_CHROME_APP_ENTERPRISE_LOADING_SCREEN_VIEW_CONTROLLER_H_
  6. #import <UIKit/UIKit.h>
  7. @interface EnterpriseLoadScreenViewController : UIViewController
  8. @end
  9. #endif // IOS_CHROME_APP_ENTERPRISE_LOADING_SCREEN_VIEW_CONTROLLER_H_