Clean up UIView override declaration (#2578)
This commit is contained in:
parent
2e4d79f57a
commit
4ed4e918f3
2 changed files with 124 additions and 140 deletions
|
|
@ -6,7 +6,6 @@ mod view_controller;
|
|||
mod window;
|
||||
|
||||
pub(crate) use self::responder::UIResponder;
|
||||
#[allow(unused)]
|
||||
pub(crate) use self::view::UIView;
|
||||
pub(crate) use self::view_controller::UIViewController;
|
||||
pub(crate) use self::window::UIWindow;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue