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.

21 lines
494 B

2 years ago
  1. //
  2. // Generated file. Do not edit.
  3. //
  4. // clang-format off
  5. #import "GeneratedPluginRegistrant.h"
  6. #if __has_include(<path_provider_foundation/PathProviderPlugin.h>)
  7. #import <path_provider_foundation/PathProviderPlugin.h>
  8. #else
  9. @import path_provider_foundation;
  10. #endif
  11. @implementation GeneratedPluginRegistrant
  12. + (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry {
  13. [PathProviderPlugin registerWithRegistrar:[registry registrarForPlugin:@"PathProviderPlugin"]];
  14. }
  15. @end