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
Vasilis
2022-05-09 12:57:49 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1cb8a2edb84850ee7c8623998fd48ca1da7285a8
1cb8a2ed
1 parent
cb76bf25
change at swift api
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/billskouras.xcuserdatad/UserInterfaceState.xcuserstate
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/swiftApi.swift
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/billskouras.xcuserdatad/UserInterfaceState.xcuserstate
View file @
1cb8a2e
No preview for this file type
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/swiftApi.swift
View file @
1cb8a2e
...
...
@@ -76,7 +76,7 @@ public class swiftApi {
let
buyable
:
Bool
?
let
visible
:
Bool
?
init
(
dictionary
:
[
String
:
Any
])
{
public
init
(
dictionary
:
[
String
:
Any
])
{
self
.
uuid
=
dictionary
[
"uuid"
]
as?
String
?
??
""
self
.
admin_name
=
dictionary
[
"admin_name"
]
as?
String
?
??
""
self
.
name
=
dictionary
[
"name"
]
as?
String
?
??
""
...
...
@@ -184,7 +184,7 @@ public class swiftApi {
let
status
:
Int
?
var
couponset_data
:
CouponSetItemModel
?
init
(
dictionary
:
[
String
:
Any
])
{
public
init
(
dictionary
:
[
String
:
Any
])
{
self
.
couponset_uuid
=
dictionary
[
"couponset_uuid"
]
as?
String
?
??
""
self
.
name
=
dictionary
[
"name"
]
as?
String
?
??
""
self
.
image
=
dictionary
[
"image"
]
as?
String
?
??
""
...
...
Please
register
or
login
to post a comment