blob: d54a6feedb8d46e9d835e9a2a013c2d5ae0ed622 [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// 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_TRANSLATE_TRANSLATE_NOTIFICATION_PRESENTER_H_
#define IOS_CHROME_BROWSER_UI_TRANSLATE_TRANSLATE_NOTIFICATION_PRESENTER_H_
#import <Foundation/Foundation.h>
#import "ios/chrome/browser/ui/translate/translate_notification_handler.h"
// Presents translate notifications using MDCSnackbar.
@interface TranslateNotificationPresenter
: NSObject <TranslateNotificationHandler>
@end
#endif // IOS_CHROME_BROWSER_UI_TRANSLATE_TRANSLATE_NOTIFICATION_PRESENTER_H_