Clean up UIView override declaration (#2578)

This commit is contained in:
Mads Marquart 2022-12-01 09:32:44 +01:00 committed by GitHub
parent 2e4d79f57a
commit 4ed4e918f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 124 additions and 140 deletions

View file

@ -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;