blob: 63f615440dea3e82eaf592f86cc91cab1def03f9 [file] [log] [blame]
// 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.
@import Flutter;
@interface FLTQuickActionsPlugin : NSObject <FlutterPlugin>
/// Unavailable.
- (instancetype)init NS_UNAVAILABLE;
/// Unavailable.
+ (instancetype)new NS_UNAVAILABLE;
@end