chromium/ios/chrome/browser/shared/ui/util/identity_snackbar/identity_snackbar_message_view.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_SHARED_UI_UTIL_IDENTITY_SNACKBAR_IDENTITY_SNACKBAR_MESSAGE_VIEW_H_
#define IOS_CHROME_BROWSER_SHARED_UI_UTIL_IDENTITY_SNACKBAR_IDENTITY_SNACKBAR_MESSAGE_VIEW_H_

#import <MaterialComponents/MaterialSnackbar.h>

// The identity snackbar view.
@interface IdentitySnackbarMessageView : MDCSnackbarMessageView

@end

#endif  // IOS_CHROME_BROWSER_SHARED_UI_UTIL_IDENTITY_SNACKBAR_IDENTITY_SNACKBAR_MESSAGE_VIEW_H_