FolderPicker.m 206 B

123456789101112
  1. //
  2. // FolderPicker.m
  3. // App
  4. //
  5. // Created by weihua on 9/29/21.
  6. //
  7. #import <Capacitor/Capacitor.h>
  8. CAP_PLUGIN(FolderPicker, "FolderPicker",
  9. CAP_PLUGIN_METHOD(pickFolder, CAPPluginReturnPromise);
  10. )