Skip to content

Commit 60c4c79

Browse files
author
Rodrigo Gomez Palacio
committed
fixup! Modify OSRequestGetInAppMessages method to include new header values
1 parent aafe9de commit 60c4c79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

iOS_SDK/OneSignalSDK/OneSignalInAppMessages/Requests/OSInAppMessagingRequests.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ of this software and associated documentation files (the "Software"), to deal
2828
#import "OSInAppMessagingRequests.h"
2929

3030
@implementation OSRequestGetInAppMessages
31-
+ (instancetype _Nonnull)withSubscriptionId:(NSString * _Nonnull)subscriptionId
31+
+ (instancetype _Nonnull) withSubscriptionId:(NSString * _Nonnull)subscriptionId
3232
withSessionDuration:(NSNumber * _Nonnull)sessionDuration
33-
withRetryCount:(NSNumber *)retryCount
34-
withRywToken:(NSString *)rywToken
33+
withRetryCount:(NSNumber *)retryCount
34+
withRywToken:(NSString *)rywToken
3535
{
3636
let request = [OSRequestGetInAppMessages new];
3737
request.method = GET;

0 commit comments

Comments
 (0)