blob: c7f27bd26ccedcef0e16deb80a7ad1a5ee206e2f [file] [log] [blame]
// Copyright 2017 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_WEB_VIEW_SHELL_SHELL_AUTOFILL_DELEGATE_H_
#define IOS_WEB_VIEW_SHELL_SHELL_AUTOFILL_DELEGATE_H_
#import <ChromeWebView/ChromeWebView.h>
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface ShellAutofillDelegate : NSObject<CWVAutofillControllerDelegate>
@end
NS_ASSUME_NONNULL_END
#endif // IOS_WEB_VIEW_SHELL_SHELL_AUTOFILL_DELEGATE_H_