| 1234567891011121314151617181920212223242526272829303132 |
- // This file is generated and will be overwritten automatically.
- #import <Foundation/Foundation.h>
- @class MBNNProfilelong;
- @class MBNNProfileshort;
- @class MBNNSegment;
- @class MBNNStub;
- NS_SWIFT_NAME(AdasisConfigPathLevelOptions)
- __attribute__((visibility ("default")))
- @interface MBNNAdasisConfigPathLevelOptions : NSObject
- // This class provides custom init which should be called
- - (nonnull instancetype)init NS_UNAVAILABLE;
- // This class provides custom init which should be called
- + (nonnull instancetype)new NS_UNAVAILABLE;
- - (nonnull instancetype)initWithStub:(nonnull MBNNStub *)stub
- segment:(nonnull MBNNSegment *)segment
- profileshort:(nonnull MBNNProfileshort *)profileshort
- profilelong:(nonnull MBNNProfilelong *)profilelong;
- @property (nonatomic, readonly, nonnull) MBNNStub *stub;
- @property (nonatomic, readonly, nonnull) MBNNSegment *segment;
- @property (nonatomic, readonly, nonnull) MBNNProfileshort *profileshort;
- @property (nonatomic, readonly, nonnull) MBNNProfilelong *profilelong;
- - (BOOL)isEqualToAdasisConfigPathLevelOptions:(nonnull MBNNAdasisConfigPathLevelOptions *)other;
- @end
|