chromium/ios/web_view/internal/passwords/cwv_weak_check_utils_internal.h

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

#ifndef IOS_WEB_VIEW_INTERNAL_PASSWORDS_CWV_WEAK_CHECK_UTILS_INTERNAL_H_
#define IOS_WEB_VIEW_INTERNAL_PASSWORDS_CWV_WEAK_CHECK_UTILS_INTERNAL_H_

#import "ios/web_view/public/cwv_weak_check_utils.h"

@interface CWVWeakCheckUtils ()

- (instancetype)init;

@end

#endif  // IOS_WEB_VIEW_INTERNAL_PASSWORDS_CWV_WEAK_CHECK_UTILS_INTERNAL_H_