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

#ifndef CONTENT_SHELL_APP_IOS_SHELL_APP_SCENE_DELEGATE_TVOS_H_
#define CONTENT_SHELL_APP_IOS_SHELL_APP_SCENE_DELEGATE_TVOS_H_

#import <UIKit/UIKit.h>

#import "content/shell/app/ios/shell_application_ios.h"

@interface ShellAppSceneDelegateTVOS : ShellAppSceneDelegate
@end

#endif  // CONTENT_SHELL_APP_IOS_SHELL_APP_SCENE_DELEGATE_TVOS_H_
