Guest User

Untitled

a guest
Aug 17th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. @objc dynamic var scanIn:Double = 0
  2.  
  3. scanIn = try container.decodeIfPresent(Double.self, forKey:.scanIn) ?? 0
  4.  
  5. let age = RealmOptional<Int>()
Add Comment
Please, Sign In to add comment