chromium/ios/chrome/browser/ui/tab_switcher/tab_grid/tab_groups/tab_groups_constants.mm

// 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.

#import "ios/chrome/browser/ui/tab_switcher/tab_grid/tab_groups/tab_groups_constants.h"

NSString* const kCreateTabGroupViewIdentifier =
    @"kCreateTabGroupViewIdentifier";
NSString* const kCreateTabGroupTextFieldIdentifier =
    @"kCreateTabGroupTextFieldIdentifier";
NSString* const kCreateTabGroupTextFieldClearButtonIdentifier =
    @"kCreateTabGroupTextFieldClearButtonIdentifier";
NSString* const kCreateTabGroupCreateButtonIdentifier =
    @"kCreateTabGroupCreateButtonIdentifier";
NSString* const kCreateTabGroupCancelButtonIdentifier =
    @"kCreateTabGroupCancelButtonIdentifier";

NSString* const kTabGroupViewIdentifier = @"kTabGroupViewIdentifier";
NSString* const kTabGroupViewTitleIdentifier = @"kTabGroupViewTitleIdentifier";
NSString* const kTabGroupNewTabButtonIdentifier =
    @"kTabGroupNewTabButtonIdentifier";
NSString* const kTabGroupOverflowMenuButtonIdentifier =
    @"kTabGroupOverflowMenuButtonIdentifier";

NSString* const kTabGroupsPanelIdentifier = @"kTabGroupsPanelIdentifier";