blob: d3eb3d99466997eaf997268c45b6ab33223bb1a7 [file] [log] [blame]
// 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_SHARE_KIT_MODEL_TEST_CONSTANTS_H_
#define IOS_CHROME_BROWSER_SHARE_KIT_MODEL_TEST_CONSTANTS_H_
#import <Foundation/Foundation.h>
// The accessibility identifier of the Share flow view controller.
extern NSString* const kFakeShareFlowIdentifier;
// The accessibility identifier of the Manage flow view controller.
extern NSString* const kFakeManageFlowIdentifier;
// The accessibility identifier of the Join flow view controller.
extern NSString* const kFakeJoinFlowIdentifier;
#endif // IOS_CHROME_BROWSER_SHARE_KIT_MODEL_TEST_CONSTANTS_H_