Last active
April 23, 2017 00:34
-
-
Save arecvlohe/fc6d8db43627fdcb0d098d5cc2b5f162 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
quotes : List Model | |
quotes = | |
[ { author = "Victoria Justice", quote = "It's nice to just embrace the natural beauty within you." } | |
, { author = "Moises Arias", quote = "It is nice finding that place where you can just go and relax." } | |
, { author = "Yogi Berra", quote = "It ain't over till it's over" } | |
, { author = "Albert Einstein", quote = "Look deep into nature, and then you will understand everything better." } | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment