blob: 263374bde722ae68a929be76f02efe9c418dfe25 [file] [log] [blame]
// Copyright 2018 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_AUTOFILL_MANUAL_FILL_ADDRESS_VIEW_CONTROLLER_H_
#define IOS_CHROME_BROWSER_UI_AUTOFILL_MANUAL_FILL_ADDRESS_VIEW_CONTROLLER_H_
#import <UIKit/UIKit.h>
#import "ios/chrome/browser/ui/autofill/manual_fill/address_consumer.h"
#import "ios/chrome/browser/ui/autofill/manual_fill/fallback_view_controller.h"
namespace manual_fill {
extern NSString* const AddressTableViewAccessibilityIdentifier;
} // namespace manual_fill
// This class presents a list of usernames and addresess in a table view.
@interface AddressViewController
: FallbackViewController<ManualFillAddressConsumer>
@end
#endif // IOS_CHROME_BROWSER_UI_AUTOFILL_MANUAL_FILL_ADDRESS_VIEW_CONTROLLER_H_