Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

20 lines
378B

  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 */