flutter/examples/flutter_view/ios/Runner/MainViewController.h
Sarah Zakarias 43281de36b Add flutter_view sample (#8486)
* Add flutter_view sample

* Removed platform_services files

* Addressed comments

* update README.md

* Addressed comments.
2017-03-09 12:53:01 +01:00

20 lines
547 B
Objective-C

// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef MainViewController_h
#define MainViewController_h
#endif /* MainViewController_h */
#import <UIKit/UIKit.h>
#import <Flutter/Flutter.h>
#import "NativeViewController.h"
@protocol NativeViewControllerDelegate;
@interface MainViewController : UIViewController <FlutterMessageListener,
NativeViewControllerDelegate>
@end