Guest User

Untitled

a guest
Apr 16th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. var unicorn: Unicorn? {
  2. didSet {
  3. if let unicorn = unicorn {
  4. downloadImage(from: unicorn.imagePath)
  5. addedBy.text = unicorn.addedBy
  6. seenAt.text = unicorn.seenAt
  7. }
  8. }
  9. }
Add Comment
Please, Sign In to add comment