MBNNOpenLRDecoder.h 558 B

123456789101112131415161718192021
  1. // This file is generated and will be overwritten automatically.
  2. #import <Foundation/Foundation.h>
  3. @class MBXExpected<__covariant Value, __covariant Error>;
  4. @class MBNNDecodingError;
  5. @class MBNNLocationReference;
  6. @class MBNNOpenLR;
  7. NS_SWIFT_NAME(OpenLRDecoder)
  8. __attribute__((visibility ("default")))
  9. @interface MBNNOpenLRDecoder : NSObject
  10. // This class provides custom init which should be called
  11. - (nonnull instancetype)init NS_UNAVAILABLE;
  12. // This class provides custom init which should be called
  13. + (nonnull instancetype)new NS_UNAVAILABLE;
  14. @end