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 7b60e1c commit 3003f9aCopy full SHA for 3003f9a
Leanplum-SDK/Classes/Features/Actions/LPActionManager.h
@@ -58,8 +58,8 @@ NS_SWIFT_NAME(ActionManager)
58
+ (LPActionManager*) sharedManager
59
NS_SWIFT_NAME(shared());
60
61
-+ (void)getForegroundRegionNames:(NSMutableSet **)foregroundRegionNames
62
- andBackgroundRegionNames:(NSMutableSet **)backgroundRegionNames;
++ (void)getForegroundRegionNames:(NSMutableSet * _Nonnull * _Nullable)foregroundRegionNames
+ andBackgroundRegionNames:(NSMutableSet * _Nonnull * _Nullable)backgroundRegionNames;
63
64
#pragma mark - Messages
65
0 commit comments