Skip to content

Commit d13afc8

Browse files
committed
Split declare into its own public module.
1 parent d75c1b0 commit d13afc8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/custom_class.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ extern crate objc_foundation;
44

55
use std::sync::{Once, ONCE_INIT};
66

7-
use objc::{ClassDecl, EncodePtr, Id, Message, MethodDecl};
7+
use objc::{EncodePtr, Id, Message};
8+
use objc::declare::{ClassDecl, MethodDecl};
89
use objc::runtime::{Class, Object, Sel};
910
use objc_foundation::{INSObject, NSObject};
1011

0 commit comments

Comments
 (0)