We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10376bf commit d600b8eCopy full SHA for d600b8e
src/objc/utils/MCOOperation.h
@@ -37,10 +37,13 @@
37
- (void) cancel;
38
39
#pragma mark - Unavailable initializers
40
+
41
+// MC: We subclass MCOOperation in our test suite, so we need these initializers to be available:
42
43
/** Do not invoke this directly. */
-- (instancetype) init NS_UNAVAILABLE;
44
+//- (instancetype) init NS_UNAVAILABLE;
45
-+ (instancetype) new NS_UNAVAILABLE;
46
+//+ (instancetype) new NS_UNAVAILABLE;
47
48
@end
49
0 commit comments