You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

41 lines
1.2 KiB

//
// WalletTransactionViewModel.swift
// GMERemittance
//
// Created by Sujal on 3/2/18.
// Copyright © 2018 Gobal Money Express Co. Ltd. All rights reserved.
//
import Foundation
//class WalletTransactionViewModel: ModelExtension {
// private var nameArray = ["Ram Krishna Dhakal", "Dhan Singh Saud", "Dhan Singh Saud"]
// private var dateArray = ["Wed, 23/11/2017", "Wed, 23/11/2017", "Wed, 23/11/2017"]
// private var amountArray = ["10,000 KRW", "10,000 KRW", "10,000 KRW"]
// private var transactionNumberArray = ["10004015", "10004015", "10004015"]
// private var status = ["Accepted", "Declined", "Pending"]
//}
//extension WalletTransactionViewModel {
//
// func getName(index: Int) -> String {
// return "To: " + nameArray[index]
// }
//
// func getDate(index: Int) -> String {
// return dateArray[index]
// }
//
// func getAmount(index: Int) -> String {
// return amountArray[index]
// }
//
// func getTransactionNumber(index: Int) -> String {
// return "Transaction No. " + transactionNumberArray[index]
// }
//
// func getStatus(index: Int) -> String {
// return status[index]
// }
//}