flutter/dev/integration_tests/ios_host_app/Host/ViewController.h
Mikkel Nygaard Ravn a600fe7f13 Support materializing Flutter module host app on iOS (#21276)
* Prototype

* Fix paths to Flutter library resources

* Invoke pod install as necessary for materialized modules

* Add devicelab test for module use on iOS

* Remove debug output

* Rebase, reame materialize editable

* Add devicelab test editable iOS host app

* Removed add2app test section
2018-09-25 15:21:13 -04:00

6 lines
76 B
Objective-C

#import <UIKit/UIKit.h>
@interface ViewController : UIViewController
@end