@interface TUOptionalObject : NSObject @property (readonly, copy, nonatomic) id value; - (id)initWithValue:(id)a0; - (void).cxx_destruct; @end