OLED keyboard (by @ichitaso), code cleanup

This commit is contained in:
qnblackcat
2022-05-08 11:08:24 +07:00
parent 5b920d7353
commit 274abee25d
2 changed files with 235 additions and 301 deletions
+12 -3
View File
@@ -26,11 +26,20 @@
@interface YTShareMainView : UIView
@end
@interface UICollectionViewControllerWrapperView : UIView
@end
@interface ASScrollView : UIView
@end
@interface ASCollectionView : UIView
@end
@interface UIKeyboardLayoutStar : UIView
@end
@interface UIKeyboardDockView : UIView
@end
@interface UICandidateViewController : UIViewController
@end
@interface UIPredictionViewController : UIViewController
@end