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

#import "ios/chrome/browser/alert_view/ui_bundled/test/fake_alert_consumer.h"

@implementation FakeAlertConsumer

- (void)setImageLottieName:(NSString*)imageLottieName
        darkModeLottieName:imageDarkModeLottieName {
}

- (void)setProgressState:(ProgressIndicatorState)progressState {
}
@end
