Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isaac-weisberg/b31fcd00823461c4560b97f963de979d to your computer and use it in GitHub Desktop.
Save isaac-weisberg/b31fcd00823461c4560b97f963de979d to your computer and use it in GitHub Desktop.
protocol TransactionCellViewModel {
var icon: String { get }
var name: String { get }
var amount: NSDecimalNumber { get }
// Added in the following updates
var shouldShowAcceptButton: Bool { get }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment