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

* Revert "Update Hello World to latest iOS project template (#8634)" This reverts commit6dc6ed4e97
. * Revert "Update Gallery to latest iOS project template (#8637)" This reverts commit84c42aac0e
. * Revert "Update Stocks to latest iOS project template (#8640)" This reverts commit90774c188a
.
7 lines
88 B
Objective-C
7 lines
88 B
Objective-C
#import <Flutter/Flutter.h>
|
|
#include "AppDelegate.h"
|
|
|
|
@implementation AppDelegate
|
|
|
|
@end
|