Type Alias objc2::runtime::Object

source ·
pub type Object = AnyObject;
👎Deprecated: renamed to runtime::AnyObject. Consider using the correct type from the autogenerated objc2-* framework crates instead though
Expand description

Use AnyObject instead.

Aliased Type§

struct Object(/* private fields */);