MBNNGetBannerInstructionCallback.h 441 B

123456789101112
  1. // This file is generated and will be overwritten automatically.
  2. #import <Foundation/Foundation.h>
  3. @class MBNNBannerInstruction;
  4. /**
  5. * Callback which is getting called to report getBannerInstruction result.
  6. * @param getBannerInstructionResult
  7. */
  8. NS_SWIFT_NAME(GetBannerInstructionCallback)
  9. typedef void (^MBNNGetBannerInstructionCallback)(MBNNBannerInstruction * _Nullable getBannerInstructionResult); // NOLINT(modernize-use-using)