IOSAD-121 Indicate that PEPInternalSession.init can fail.

IOSAD-121
Dirk Zimmermann 4 years ago
parent f47381ac11
commit 90da64373f

@ -27,6 +27,8 @@
@property (nonatomic) PEP_SESSION _Nullable session;
- (_Nullable instancetype)init;
/**
Configures the session's unecryptedSubjectEnabled value.

@ -30,7 +30,7 @@
@implementation PEPInternalSession
- (instancetype)init
- (_Nullable instancetype)init
{
self = [super init];
if (self) {

Loading…
Cancel
Save