// This file is generated and will be overwritten automatically. #import NS_SWIFT_NAME(Shield) __attribute__((visibility ("default"))) @interface MBNNShield : 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)initWithBaseUrl:(nonnull NSString *)baseUrl displayRef:(nonnull NSString *)displayRef name:(nonnull NSString *)name textColor:(nonnull NSString *)textColor; @property (nonatomic, readonly, nonnull, copy) NSString *baseUrl; @property (nonatomic, readonly, nonnull, copy) NSString *displayRef; @property (nonatomic, readonly, nonnull, copy) NSString *name; @property (nonatomic, readonly, nonnull, copy) NSString *textColor; - (BOOL)isEqualToShield:(nonnull MBNNShield *)other; @end