blob: 1c8e0c351be491b09acc5804f11266e2e6d07863 [file] [log] [blame]
// Copyright 2021 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 IOS_CHROME_APP_ENTERPRISE_LOADING_SCREEN_VIEW_CONTROLLER_H_
#define IOS_CHROME_APP_ENTERPRISE_LOADING_SCREEN_VIEW_CONTROLLER_H_
#import <UIKit/UIKit.h>
@interface EnterpriseLoadScreenViewController : UIViewController
@end
#endif // IOS_CHROME_APP_ENTERPRISE_LOADING_SCREEN_VIEW_CONTROLLER_H_