Skip to content

Commit e086ab3

Browse files
committed
return init method
1 parent 13b403f commit e086ab3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

FastImageCache/FastImageCache/FastImageCache/FICImageTable.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,10 @@ - (instancetype)initWithFormat:(FICImageFormat *)imageFormat imageCache:(FICImag
233233
return self;
234234
}
235235

236+
- (instancetype)init {
237+
return [self initWithFormat:nil imageCache:nil];
238+
}
239+
236240
- (void)dealloc {
237241
if (_fileDescriptor >= 0) {
238242
close(_fileDescriptor);

0 commit comments

Comments
 (0)