// This file is generated and will be overwritten automatically. #import @class MBNNBannerInstruction; /** * Callback which is getting called to report getBannerInstruction result. * @param getBannerInstructionResult */ NS_SWIFT_NAME(GetBannerInstructionCallback) typedef void (^MBNNGetBannerInstructionCallback)(MBNNBannerInstruction * _Nullable getBannerInstructionResult); // NOLINT(modernize-use-using)