mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
11 lines
265 B
Objective-C
11 lines
265 B
Objective-C
// Copyright 2019 The Flutter team. 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
|