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-04-15 17:34:23 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8698288c5a91e9cb9810a6764a147f92310a717f
8698288c
1 parent
2c215200
revert of CouponsViewInterface
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/billskouras.xcuserdatad/UserInterfaceState.xcuserstate
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/CouponsViewInterface.swift
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/billskouras.xcuserdatad/UserInterfaceState.xcuserstate
View file @
8698288
No preview for this file type
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/CouponsViewInterface.swift
View file @
8698288
...
...
@@ -12,7 +12,7 @@ import SwiftUI
@objc
public
class
CouponsViewInterface
:
NSObject
{
@objc
static
public
func
couponsViewController
()
->
UIViewController
{
return
Coupons
(
)
return
UIHostingController
(
rootView
:
CouponsView
()
)
}
}
...
...
Please
register
or
login
to post a comment