swift How to implement the copy method more simply? – Ios swift
I have created multiple classes, all of which need to implement the NSCopying protocol, but there are a lot of properties in my classes, is there an easier way? Below is my current way: class TestA: NSObject, NSCopying { var…