chromium/components/autofill/core/browser/ui/payments/card_unmask_otp_input_dialog_view.h

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_UI_PAYMENTS_CARD_UNMASK_OTP_INPUT_DIALOG_VIEW_H_
#define COMPONENTS_AUTOFILL_CORE_BROWSER_UI_PAYMENTS_CARD_UNMASK_OTP_INPUT_DIALOG_VIEW_H_

#include "base/memory/weak_ptr.h"

namespace autofill {

// Interface that exposes the view to CardUnmaskOtpInputDialogControllerImpl.
class CardUnmaskOtpInputDialogView {};

}  // namespace autofill

#endif  // COMPONENTS_AUTOFILL_CORE_BROWSER_UI_PAYMENTS_CARD_UNMASK_OTP_INPUT_DIALOG_VIEW_H_