1 // Copyright 2013 The Flutter Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style license that can be 3 // found in the LICENSE file. 4 5 #include "flutter/shell/platform/darwin/ios/framework/Headers/FlutterAppDelegate.h" 6 7 @interface FlutterAppDelegate () 8 9 @property(readonly, nonatomic) NSMutableArray* pluginDelegates; 10 @property(readonly, nonatomic) NSMutableDictionary* pluginPublications; 11 12 @end 13