Advertisement
Guest User

Untitled

a guest
Nov 17th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Swift 0.26 KB | None | 0 0
  1.     public var title = "Default Title" {
  2.              didSet(value){
  3.                             updatePropertyLocal(property: "title", value: title,UID: UID)
  4.              }
  5.      }
  6.      public var name = "" {
  7.              didSet(value){
  8.                             updatePropertyLocal(property: "name", value: title,UID: UID)
  9.              }
  10.      }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement