You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
378 B

2 years ago
  1. //
  2. // Generated file. Do not edit.
  3. //
  4. // clang-format off
  5. #ifndef GeneratedPluginRegistrant_h
  6. #define GeneratedPluginRegistrant_h
  7. #import <Flutter/Flutter.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface GeneratedPluginRegistrant : NSObject
  10. + (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry;
  11. @end
  12. NS_ASSUME_NONNULL_END
  13. #endif /* GeneratedPluginRegistrant_h */