Skip to content

Commit

Permalink
Pushwoosh iOS SDK 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Jan 27, 2021
1 parent 140389f commit 8da7b79
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,12 @@
*/
- (void)addJavascriptInterface:(NSObject<PWJavaScriptInterface>*)interface withName:(NSString*)name;

/**
Updates In-App messages storage on a device
*/

- (void)reloadInAppsWithCompletion: (void (^)(NSError *error))completion;

#endif

@end
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#endif


#define PUSHWOOSH_VERSION @"6.0.13"
#define PUSHWOOSH_VERSION @"6.1.0"


@class Pushwoosh, PWMessage, PWNotificationCenterDelegateProxy;
Expand Down
Binary file modified Framework/Pushwoosh.framework/Versions/A/Pushwoosh
Binary file not shown.
Binary file not shown.

0 comments on commit 8da7b79

Please sign in to comment.