Respond to CR.

pull/1/head
Matthew Chen 6 years ago
parent f6b5a9eecc
commit 7506d93eaf

@ -38,7 +38,6 @@ NS_ASSUME_NONNULL_BEGIN
@property (nonatomic, nullable) NSNumber *uncompressedDataLength;
- (instancetype)init NS_UNAVAILABLE;
- (instancetype)initWithUniqueId:(NSString *)uniqueId NS_DESIGNATED_INITIALIZER;
@end

@ -8,16 +8,6 @@ NS_ASSUME_NONNULL_BEGIN
@implementation OWSBackupFragment
- (instancetype)initWithUniqueId:(NSString *)uniqueId
{
self = [super initWithUniqueId:uniqueId];
if (!self) {
return self;
}
return self;
}
@end
NS_ASSUME_NONNULL_END

Loading…
Cancel
Save