// Copyright 2024 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_INTENTS_SRC_SCENEDELEGATE_H_
#define IOS_INTENTS_SRC_SCENEDELEGATE_H_
#import <UIKit/UIKit.h>
@interface SceneDelegate : UIResponder <UIWindowSceneDelegate>
@property(strong, nonatomic) UIWindow* window;
@end
#endif // IOS_INTENTS_SRC_SCENEDELEGATE_H_