blob: 15c9ce38fccd486e4173e22a7d18e5e1b282759c [file] [log] [blame]
// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef IOS_CHROME_BROWSER_UI_DOWNLOAD_DOWNLOAD_MANAGER_CONSTANTS_H_
#define IOS_CHROME_BROWSER_UI_DOWNLOAD_DOWNLOAD_MANAGER_CONSTANTS_H_
#import <Foundation/Foundation.h>
extern NSString* const kDownloadManagerDownloadToFilesAccessibilityIdentifier;
extern NSString* const kDownloadManagerDownloadToDriveAccessibilityIdentifier;
extern NSString* const kDownloadManagerOpenInAccessibilityIdentifier;
extern NSString* const kDownloadManagerTryAgainAccessibilityIdentifier;
// Duration for all animations used in Download Manager.
extern const NSTimeInterval kDownloadManagerAnimationDuration;
#endif // IOS_CHROME_BROWSER_UI_DOWNLOAD_DOWNLOAD_MANAGER_CONSTANTS_H_