flutter_chat/packages/flutter_chat_view/ios/Runner/GeneratedPluginRegistrant.h
mike doornenbal 23b96e5ce3 fix: chat
2024-01-17 15:38:59 +01:00

20 lines
378 B
Objective-C

//
// Generated file. Do not edit.
//
// clang-format off
#ifndef GeneratedPluginRegistrant_h
#define GeneratedPluginRegistrant_h
#import <Flutter/Flutter.h>
NS_ASSUME_NONNULL_BEGIN
@interface GeneratedPluginRegistrant : NSObject
+ (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry;
@end
NS_ASSUME_NONNULL_END
#endif /* GeneratedPluginRegistrant_h */