Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_sdk_framework
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Manos Chorianopoulos
2022-07-05 12:13:22 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
be14b0f2e39fea9af6b205c3df777866cb496696
be14b0f2
1 parent
50e8d3fd
setUniqueCampaignList internally
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
View file @
be14b0f
...
...
@@ -548,6 +548,7 @@ public class swiftApi {
campaignsArray
.
append
(
tempCampaign
)
}
swiftApi
()
.
setUniqueCampaignList
(
campaignsArray
)
getCampaignsCallback
(
campaignsArray
);
}
...
...
Please
register
or
login
to post a comment