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
2024-10-14 10:16:10 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5da0bf845e6d7f46e1597d9c6226f5763ec9f3de
5da0bf84
1 parent
bd89ca8c
minor comment
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
View file @
5da0bf8
...
...
@@ -17,7 +17,7 @@ public struct GlobalVariables {
static
var
boxCoupons
:
Array
<
swiftApi
.
ActiveBoxCouponModel
>
=
[]
static
var
couponList
:
Array
<
swiftApi
.
CouponItemModel
>
=
[]
static
var
oldCouponList
:
Array
<
swiftApi
.
CouponItemModel
>
=
[]
static
var
smCouponList
:
Array
<
swiftApi
.
CouponItemModel
>
=
[]
static
var
smCouponList
:
Array
<
swiftApi
.
CouponItemModel
>
=
[]
// Unused SM coupons (not used inside a unified coupon)
static
var
smOldCouponList
:
Array
<
swiftApi
.
CouponItemModel
>
=
[]
static
var
allOldCouponList
:
Array
<
swiftApi
.
CouponItemModel
>
=
[]
static
var
couponSetList
:
Array
<
swiftApi
.
CouponSetItemModel
>
=
[]
...
...
Please
register
or
login
to post a comment