May I use property wrapper to observe reference types? For example: if I use NSString reference type instead of String value type, can I use SwiftUI property wrapper to refresh the widget with NSString instance?
May I use property wrapper to observe reference types? For example: if I use NSString reference type instead of String value type, can I use SwiftUI property wrapper to refresh the widget with NSString instance?