// Copyright 2014 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_WEB_VIEW_SHELL_SHELL_TRANSLATION_DELEGATE_H_
#define IOS_WEB_VIEW_SHELL_SHELL_TRANSLATION_DELEGATE_H_
#import <ChromeWebView/ChromeWebView.h>
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface ShellTranslationDelegate : NSObject<CWVTranslationControllerDelegate>
@end
NS_ASSUME_NONNULL_END
#endif // IOS_WEB_VIEW_SHELL_SHELL_TRANSLATION_DELEGATE_H_