chromium/ios/chrome/browser/ui/omnibox/popup/carousel/omnibox_popup_carousel_control_unittest_util.h

// Copyright 2022 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_OMNIBOX_POPUP_CAROUSEL_OMNIBOX_POPUP_CAROUSEL_CONTROL_UNITTEST_UTIL_H_
#define IOS_CHROME_BROWSER_UI_OMNIBOX_POPUP_CAROUSEL_OMNIBOX_POPUP_CAROUSEL_CONTROL_UNITTEST_UTIL_H_

#import <UIKit/UIKit.h>

@class OmniboxPopupCarouselControl;

UILabel* GetLabelFromCarouselControl(OmniboxPopupCarouselControl* control);

#endif  // IOS_CHROME_BROWSER_UI_OMNIBOX_POPUP_CAROUSEL_OMNIBOX_POPUP_CAROUSEL_CONTROL_UNITTEST_UTIL_H_