blob: dd983f486a3200a9407d0f262b970a99a4824642 [file]
// 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_