Last active
April 26, 2017 23:04
-
-
Save smaugho/09fea6efb8edcfe9af5f8f062626cc78 to your computer and use it in GitHub Desktop.
Address Model
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@UseModel | |
class Address { | |
String street; | |
String number; | |
String city; | |
String country; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment