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-06-17 13:35:59 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3c2c2eeac6f869eaa9e3d4e5310bc5216a94628e
3c2c2eea
1 parent
2d60b55b
add VerifyTicketResponseModel getStatus getter
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
View file @
3c2c2ee
...
...
@@ -845,6 +845,12 @@ public class swiftApi {
return
self
.
result
??
""
}
}
public
var
getStatus
:
Int
{
get
{
// getter
return
self
.
status
??
-
1
}
}
}
public
class
VerifyTicketModel
{
...
...
Please
register
or
login
to post a comment