mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Delete FlutterAppDelegate_Internal.h (#16772)
This commit is contained in:
parent
0d87160bdf
commit
1aef7a4369
@ -818,7 +818,6 @@ FILE: ../../../flutter/shell/platform/darwin/ios/framework/Headers/FlutterPlugin
|
||||
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Headers/FlutterViewController.h
|
||||
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Info.plist
|
||||
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterAppDelegate.mm
|
||||
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterAppDelegate_Internal.h
|
||||
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterBinaryMessengerRelay.h
|
||||
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterBinaryMessengerRelay.mm
|
||||
FILE: ../../../flutter/shell/platform/darwin/ios/framework/Source/FlutterBinaryMessengerRelayTest.mm
|
||||
|
||||
@ -46,7 +46,6 @@ shared_library("create_flutter_framework_dylib") {
|
||||
|
||||
sources = [
|
||||
"framework/Source/FlutterAppDelegate.mm",
|
||||
"framework/Source/FlutterAppDelegate_Internal.h",
|
||||
"framework/Source/FlutterBinaryMessengerRelay.mm",
|
||||
"framework/Source/FlutterCallbackCache.mm",
|
||||
"framework/Source/FlutterCallbackCache_Internal.h",
|
||||
|
||||
@ -1,12 +0,0 @@
|
||||
// Copyright 2013 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.
|
||||
|
||||
#include "flutter/shell/platform/darwin/ios/framework/Headers/FlutterAppDelegate.h"
|
||||
|
||||
@interface FlutterAppDelegate ()
|
||||
|
||||
@property(readonly, nonatomic) NSMutableArray* pluginDelegates;
|
||||
@property(readonly, nonatomic) NSMutableDictionary* pluginPublications;
|
||||
|
||||
@end
|
||||
Loading…
x
Reference in New Issue
Block a user