Manos Chorianopoulos

add open history action at walletVC

......@@ -263,8 +263,10 @@ import SwiftEventBus
SwiftEventBus.post("analysis_pressed", sender: dealsAnalysis)
}
@IBAction func couponEarnButtonAction(_ sender: Any) {
// TODO: couponEarnButtonAction
print("couponEarnButtonAction Tapped!")
let storyboard = UIStoryboard(name: "Main", bundle: Bundle(for: MyEmptyClass.self))
let vc = storyboard.instantiateViewController(withIdentifier: "LoyaltyAnalysisViewController") as! SwiftWarplyFramework.LoyaltyAnalysisViewController
self.navigationController?.pushViewController(vc, animated: true)
}
}
......