From 5a9c6adfda83a50c2566bc0651374c6b3d820292 Mon Sep 17 00:00:00 2001 From: projectuser <projectuser@leon056.com> Date: 星期五, 26 十一月 2021 14:28:20 +0800 Subject: [PATCH] init --- example/ios/Runner/AppDelegate.h | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/example/ios/Runner/AppDelegate.h b/example/ios/Runner/AppDelegate.h new file mode 100644 index 0000000..d9e18e9 --- /dev/null +++ b/example/ios/Runner/AppDelegate.h @@ -0,0 +1,10 @@ +// 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. + +#import <Flutter/Flutter.h> +#import <UIKit/UIKit.h> + +@interface AppDelegate : FlutterAppDelegate + +@end -- Gitblit v1.8.0