mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00

* 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
6 lines
76 B
Objective-C
6 lines
76 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface ViewController : UIViewController
|
|
@end
|
|
|