MBNNAdasisConfigPathLevelOptions.h 1.2 KB

1234567891011121314151617181920212223242526272829303132
  1. // This file is generated and will be overwritten automatically.
  2. #import <Foundation/Foundation.h>
  3. @class MBNNProfilelong;
  4. @class MBNNProfileshort;
  5. @class MBNNSegment;
  6. @class MBNNStub;
  7. NS_SWIFT_NAME(AdasisConfigPathLevelOptions)
  8. __attribute__((visibility ("default")))
  9. @interface MBNNAdasisConfigPathLevelOptions : 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. - (nonnull instancetype)initWithStub:(nonnull MBNNStub *)stub
  15. segment:(nonnull MBNNSegment *)segment
  16. profileshort:(nonnull MBNNProfileshort *)profileshort
  17. profilelong:(nonnull MBNNProfilelong *)profilelong;
  18. @property (nonatomic, readonly, nonnull) MBNNStub *stub;
  19. @property (nonatomic, readonly, nonnull) MBNNSegment *segment;
  20. @property (nonatomic, readonly, nonnull) MBNNProfileshort *profileshort;
  21. @property (nonatomic, readonly, nonnull) MBNNProfilelong *profilelong;
  22. - (BOOL)isEqualToAdasisConfigPathLevelOptions:(nonnull MBNNAdasisConfigPathLevelOptions *)other;
  23. @end