mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
![auto-submit[bot]](/assets/img/avatar_default.png)
Reverts flutter/flutter#142265 Initiated by: matanlurey This change reverts the following previous change: Original Description: Reverts flutter/flutter#142238 Initiated by: eliasyishak This change reverts the following previous change: Original Description: Part of https://github.com/flutter/flutter/issues/142178.
11 lines
284 B
Objective-C
11 lines
284 B
Objective-C
// Copyright 2014 The Flutter 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 <UIKit/UIKit.h>
|
|
#import <Flutter/Flutter.h>
|
|
|
|
@interface AppDelegate : FlutterAppDelegate<FlutterTexture>
|
|
|
|
@end
|