shell_autofill_delegate.h 536 B

123456789101112131415161718
  1. // Copyright 2017 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #ifndef IOS_WEB_VIEW_SHELL_SHELL_AUTOFILL_DELEGATE_H_
  5. #define IOS_WEB_VIEW_SHELL_SHELL_AUTOFILL_DELEGATE_H_
  6. #import <ChromeWebView/ChromeWebView.h>
  7. #import <Foundation/Foundation.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface ShellAutofillDelegate : NSObject<CWVAutofillControllerDelegate>
  10. @end
  11. NS_ASSUME_NONNULL_END
  12. #endif // IOS_WEB_VIEW_SHELL_SHELL_AUTOFILL_DELEGATE_H_