Skip to content

Commit 3003f9a

Browse files
authored
Fixing LPActionManager warnings (#376)
1 parent 7b60e1c commit 3003f9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Leanplum-SDK/Classes/Features/Actions/LPActionManager.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ NS_SWIFT_NAME(ActionManager)
5858
+ (LPActionManager*) sharedManager
5959
NS_SWIFT_NAME(shared());
6060

61-
+ (void)getForegroundRegionNames:(NSMutableSet **)foregroundRegionNames
62-
andBackgroundRegionNames:(NSMutableSet **)backgroundRegionNames;
61+
+ (void)getForegroundRegionNames:(NSMutableSet * _Nonnull * _Nullable)foregroundRegionNames
62+
andBackgroundRegionNames:(NSMutableSet * _Nonnull * _Nullable)backgroundRegionNames;
6363

6464
#pragma mark - Messages
6565

0 commit comments

Comments
 (0)