This commit is contained in:
Gregory John Casamento 2019-07-08 09:09:04 -04:00
parent ee72e4b9c1
commit d26270a909

View file

@ -43,7 +43,9 @@ static NSUbiquitousKeyValueStore *_sharedUbiquitousKeyValueStore = nil;
// Getting the Shared Instance
- (id) init
{
[self subclassResponsibility: _cmd];
if((self = [super init]) != nil)
{
}
return nil;
}