Showing
1 changed file
with
10 additions
and
0 deletions
... | @@ -1618,4 +1618,14 @@ public class swiftApi { | ... | @@ -1618,4 +1618,14 @@ public class swiftApi { |
1618 | } | 1618 | } |
1619 | } | 1619 | } |
1620 | 1620 | ||
1621 | + | ||
1622 | + public func setUniqueCampaignList(_ campaigns: Array<CampaignItemModel>) -> Void { | ||
1623 | + GlobalVariables.campaigns = campaigns | ||
1624 | + } | ||
1625 | + | ||
1626 | + | ||
1627 | + public func getCampaignList() -> Array<CampaignItemModel> { | ||
1628 | + return GlobalVariables.campaigns | ||
1629 | + } | ||
1630 | + | ||
1621 | } | 1631 | } | ... | ... |
-
Please register or login to post a comment