chromium/ios/intents/src/AppDelegate.h

// 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_APPDELEGATE_H_
#define IOS_INTENTS_SRC_APPDELEGATE_H_

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@end

#endif  // IOS_INTENTS_SRC_APPDELEGATE_H_