Untitled

 avatar
unknown
swift
4 years ago
280 B
6
Indexable

// removal example call/output
sync(serverData: [ServerObject(uuid: "2"), ServerObject(uuid: "3"), ServerObject(uuid: "4")], localData: [LocalObject(uuid: "1"), LocalObject(uuid: "2")])
>> Object with UUID 3 persisted
>> Object with UUID 4 persisted
>> Object with UUID 1 deleted
Editor is loading...