MBNNMatchedGantryLocation.h 698 B

1234567891011121314151617181920212223
  1. // This file is generated and will be overwritten automatically.
  2. #import <Foundation/Foundation.h>
  3. @class MBXGeometry;
  4. @class MBNNPosition;
  5. NS_SWIFT_NAME(MatchedGantryLocation)
  6. __attribute__((visibility ("default")))
  7. @interface MBNNMatchedGantryLocation : NSObject
  8. // This class provides custom init which should be called
  9. - (nonnull instancetype)init NS_UNAVAILABLE;
  10. // This class provides custom init which should be called
  11. + (nonnull instancetype)new NS_UNAVAILABLE;
  12. /** Positions of gantry entries */
  13. - (nonnull NSArray<MBNNPosition *> *)getPositions __attribute((ns_returns_retained));
  14. /** Shape of a gantry */
  15. - (nonnull MBXGeometry *)getShape __attribute((ns_returns_retained));
  16. @end