blob: 6eb6e2b782ea786e91641b145f16fd0a0352601b [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. Please use `initWithChannel:` instead.
- (instancetype)init NS_UNAVAILABLE;
/// Unavailable. Please use `initWithChannel:` instead.
+ (instancetype)new NS_UNAVAILABLE;
@end