Lei Wu
12/25/2019, 4:05 AMolonho
12/25/2019, 7:08 AMLei Wu
12/25/2019, 7:26 AMolonho
12/25/2019, 7:48 AMLei Wu
12/25/2019, 7:49 AMlet userId = framework.create(typeName: typeName, id: "testId") as! UserId
// ???????? the userId is created sucessful but userId.id is empty, not the expetcting value "testId"
Lei Wu
12/25/2019, 7:53 AMobjc_msgSend(instance, selector, id)
if this method work well, the userId.id should be “testId”sergey.bogolepov
12/25/2019, 9:33 AMLei Wu
12/25/2019, 10:12 AMLei Wu
12/26/2019, 9:32 AMsergey.bogolepov
12/26/2019, 10:14 AMcreate
function in Objective-C.olonho
12/26/2019, 1:57 PMLei Wu
12/27/2019, 3:11 AM