- // This file is generated and will be overwritten automatically.
- #import <Foundation/Foundation.h>
- /**
- * Callback which is getting called to report updateLocation result.
- * @param updateLocationResult true if the fix location was usable false if not
- */
- NS_SWIFT_NAME(UpdateLocationCallback)
- typedef void (^MBNNUpdateLocationCallback)(BOOL updateLocationResult); // NOLINT(modernize-use-using)
|