chromium/ios/chrome/browser/policy/ui_bundled/idle/constants.h

// Copyright 2024 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_POLICY_UI_BUNDLED_IDLE_CONSTANTS_H_
#define IOS_CHROME_BROWSER_POLICY_UI_BUNDLED_IDLE_CONSTANTS_H_

#import <Foundation/Foundation.h>

extern NSString* const kIdleTimeoutDialogAccessibilityIdentifier;
extern NSString* const kIdleTimeoutLaunchScreenAccessibilityIdentifier;
extern NSTimeInterval const kIdleTimeoutSnackbarDuration;
#endif  // IOS_CHROME_BROWSER_POLICY_UI_BUNDLED_IDLE_CONSTANTS_H_