diff --git a/examples/src/examples-common.rs b/examples/src/examples-common.rs index cf307b405..aec68ddd0 100644 --- a/examples/src/examples-common.rs +++ b/examples/src/examples-common.rs @@ -29,7 +29,7 @@ where delegate, }; use objc::{ - class, msg_send, + msg_send, runtime::{Object, Sel}, sel, sel_impl, }; diff --git a/tutorials/src/tutorials-common.rs b/tutorials/src/tutorials-common.rs index cf307b405..aec68ddd0 100644 --- a/tutorials/src/tutorials-common.rs +++ b/tutorials/src/tutorials-common.rs @@ -29,7 +29,7 @@ where delegate, }; use objc::{ - class, msg_send, + msg_send, runtime::{Object, Sel}, sel, sel_impl, };