flutter/dev/integration_tests/ios_host_app/Host/ViewController.h
2020-01-02 09:25:59 -08:00

10 lines
241 B
Objective-C

// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController
@end