import SwiftUI

class MyObject: NSObject {
   @objc dynamic var testValue: Int = 0
}