// 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.

#ifndef IOS_CHROME_BROWSER_HOME_CUSTOMIZATION_UI_HOME_CUSTOMIZATION_BACKGROUND_SKELETON_CELL_H_
#define IOS_CHROME_BROWSER_HOME_CUSTOMIZATION_UI_HOME_CUSTOMIZATION_BACKGROUND_SKELETON_CELL_H_

#import "ios/chrome/browser/home_customization/ui/home_customization_background_cell.h"

// A placeholder cell used while background customization content is loading.
// This skeleton cell provides a visual indication that content is being
// fetched.
@interface HomeCustomizationBackgroundSkeletonCell
    : HomeCustomizationBackgroundCell

@end

#endif  // IOS_CHROME_BROWSER_HOME_CUSTOMIZATION_UI_HOME_CUSTOMIZATION_BACKGROUND_SKELETON_CELL_H_
