// Copyright 2025 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/public/provider/chrome/browser/glow_effect/glow_effect_api.h"

namespace ios {
namespace provider {

UIView<GlowEffect>* CreateGlowEffect(CGRect frame,
                                     CGFloat cornerRadius,
                                     CGFloat borderWidth) {
  return nil;
}

}  // namespace provider
}  // namespace ios
