File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111
1212@class BranchUniversalObject, BranchLinkProperties;
1313
14- typedef void (^callbackWithParams) (NSDictionary * _Nonnull params, NSError * _Nullable error);
15- typedef void (^callbackWithUrl) (NSString * _Nonnull url, NSError * _Nullable error);
14+ typedef void (^callbackWithParams) (NSDictionary * _Nullable params, NSError * _Nullable error);
15+ typedef void (^callbackWithUrl) (NSString * _Nullable url, NSError * _Nullable error);
1616typedef void (^callbackWithStatus) (BOOL changed, NSError * _Nullable error);
1717typedef void (^callbackWithList) (NSArray * _Nullable list, NSError * _Nullable error);
1818typedef void (^callbackWithUrlAndSpotlightIdentifier) (NSString * _Nullable url, NSString * _Nullable spotlightIdentifier, NSError * _Nullable error);
19- typedef void (^callbackWithBranchUniversalObject) (BranchUniversalObject * _Nonnull universalObject, BranchLinkProperties * _Nonnull linkProperties, NSError * _Nullable error);
19+ typedef void (^callbackWithBranchUniversalObject) (BranchUniversalObject * _Nullable universalObject, BranchLinkProperties * _Nullable linkProperties, NSError * _Nullable error);
2020
2121#endif /* BNCCallbacks_h */
You can’t perform that action at this time.
0 commit comments