Skip to content

Instantly share code, notes, and snippets.

@azamsharp
Created October 24, 2017 15:45
Show Gist options
  • Save azamsharp/090a16d2e2ace729c2327c5a9a8e81b0 to your computer and use it in GitHub Desktop.
Save azamsharp/090a16d2e2ace729c2327c5a9a8e81b0 to your computer and use it in GitHub Desktop.
struct ChangePasswordViewModel {
var newPassword = Dynamic<String>("")
var confirmPassword = Dynamic<String>("")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment