| 123456789101112131415161718192021222324252627 |
- // This file is generated and will be overwritten automatically.
- #import <Foundation/Foundation.h>
- 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
|