MBNNDumpHistoryCallback.h 508 B

123456789101112
  1. // This file is generated and will be overwritten automatically.
  2. #import <Foundation/Foundation.h>
  3. /**
  4. * Callback which called as a result of `stopRecording`
  5. *
  6. * @param `filepath` could be null if `stopRecording` called without any actually received events
  7. * or if `HistoryRecorder` destroyed before `stopRecording` ends it's work (as an asynchronous method).
  8. */
  9. NS_SWIFT_NAME(DumpHistoryCallback)
  10. typedef void (^MBNNDumpHistoryCallback)(NSString * _Nullable filepath); // NOLINT(modernize-use-using)