BRAccountLinkingConnectionIdentifier
Objective-C
@interface BRAccountLinkingConnectionIdentifier : NSObject
@property (nonatomic, copy, readonly, nonnull) NSString *rawValue;
- (instancetype)init NS_UNAVAILABLE;
@end
Swift
class BRAccountLinkingConnectionIdentifier : NSObject
-
Declaration
Objective-C
@property (nonatomic, copy, readonly, nonnull) NSString *rawValue
Swift
var rawValue: String { get }
-
Unavailable
Declaration
Objective-C
- (instancetype)init NS_UNAVAILABLE;