class SealdConnectorTypeValue
objc
@interface SealdConnectorTypeValue : NSObject
SealdConnectorTypeValue is a simplified representation of a connector for which we don't know all details.
Members | Descriptions |
---|---|
type | |
value | |
initWithType:value: |
type
objc
@property (strong, readonly) NSString * type;
value
objc
@property (strong, readonly) NSString * value;
initWithType:value:
objc
- (instancetype) initWithType:(NSString *)type
value:(NSString *)value;