mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 21:26:04 +00:00
55 lines
No EOL
1.1 KiB
Objective-C
55 lines
No EOL
1.1 KiB
Objective-C
#import "../Tweaks/YouTubeHeader/YTCommonColorPalette.h"
|
|
#import "../Tweaks/YouTubeHeader/ASCollectionView.h"
|
|
#import "uYouPlus.h"
|
|
|
|
@interface YCHLiveChatView : UIView
|
|
@end
|
|
|
|
@interface YTFullscreenEngagementOverlayView : UIView
|
|
@end
|
|
|
|
@interface YTRelatedVideosView : UIView
|
|
@end
|
|
|
|
@interface ELMView : UIView
|
|
@end
|
|
|
|
@interface ASWAppSwitcherCollectionViewCell : UIView
|
|
@end
|
|
|
|
@interface ASScrollView : UIView
|
|
@end
|
|
|
|
@interface UIKeyboardLayoutStar : UIView
|
|
@end
|
|
|
|
@interface UIKeyboardDockView : UIView
|
|
@end
|
|
|
|
@interface _ASDisplayView : UIView
|
|
@end
|
|
|
|
@interface YTCommentDetailHeaderCell : UIView
|
|
@end
|
|
|
|
@interface SponsorBlockSettingsController : UITableViewController
|
|
@end
|
|
|
|
@interface SponsorBlockViewController : UIViewController
|
|
@end
|
|
|
|
@interface UICandidateViewController : UIViewController
|
|
@end
|
|
|
|
@interface UIPredictionViewController : UIViewController
|
|
@end
|
|
|
|
@interface FRPreferences : UITableViewController
|
|
@end
|
|
|
|
@interface FRPSelectListTable : UITableViewController
|
|
@end
|
|
|
|
@interface settingsReorderTable : UIViewController
|
|
@property(nonatomic, strong) UITableView *tableView;
|
|
@end |