We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b403f commit e086ab3Copy full SHA for e086ab3
1 file changed
FastImageCache/FastImageCache/FastImageCache/FICImageTable.m
@@ -233,6 +233,10 @@ - (instancetype)initWithFormat:(FICImageFormat *)imageFormat imageCache:(FICImag
233
return self;
234
}
235
236
+- (instancetype)init {
237
+ return [self initWithFormat:nil imageCache:nil];
238
+}
239
+
240
- (void)dealloc {
241
if (_fileDescriptor >= 0) {
242
close(_fileDescriptor);
0 commit comments