// 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_VIEWCONTROLLER_H_
#define IOS_INTENTS_SRC_VIEWCONTROLLER_H_
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController
@end
#endif // IOS_INTENTS_SRC_VIEWCONTROLLER_H_