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 b150555 commit d58fa5bCopy full SHA for d58fa5b
Branch-SDK/Branch-SDK/BranchUniversalObject.h
@@ -11,8 +11,8 @@
11
12
@class BranchLinkProperties;
13
14
-typedef void (^callback) ();
15
-typedef void (^shareCompletion) (NSString *activityType, BOOL completed);
+typedef void (^_Nullable callback) (); // TO BE REMOVED: I don't this called anywhere, shall I remove it?
+typedef void (^shareCompletion) (NSString *_Nonnull activityType, BOOL completed);
16
17
typedef NS_ENUM(NSInteger, ContentIndexMode) {
18
ContentIndexModePublic,
0 commit comments