File tree 1 file changed +4
-1
lines changed 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,17 @@ typedef void (^PMKResolver)(id __nullable) NS_REFINED_FOR_SWIFT;
25
25
26
26
__attribute__ ((objc_subclassing_restricted)) __attribute__((objc_runtime_name(" AnyPromise" )))
27
27
@interface AnyPromise : NSObject
28
- + (instancetype __nonnull)promiseWithResolverBlock:(void (^ __nonnull)(__nonnull PMKResolver))resolveBlock;
28
+ + (instancetype __nonnull)promiseWithResolverBlock:(void (^ __nonnull)(__nonnull PMKResolver))resolveBlock NS_REFINED_FOR_SWIFT ;
29
29
@end
30
30
#endif
31
31
32
32
33
33
34
34
@interface AnyPromise (ObjC)
35
35
36
+ // / - See: Promise.swift
37
+ + (instancetype __nonnull)promiseWithResolverBlock : (void (^ __nonnull)(__nonnull PMKResolver))resolveBlock ;
38
+
36
39
- (instancetype __nonnull)initWithResolver : (PMKResolver __strong __nonnull * __nonnull)resolver NS_REFINED_FOR_SWIFT;
37
40
38
41
/* *
You can’t perform that action at this time.
0 commit comments