Update uYouPlus.h
This commit is contained in:
parent
602b7b76a8
commit
b681d2140c
1 changed files with 7 additions and 4 deletions
|
|
@ -37,6 +37,7 @@
|
|||
#import <YouTubeHeader/YTIStringRun.h>
|
||||
#import <YouTubeHeader/YTMainAppVideoPlayerOverlayViewController.h>
|
||||
#import <YouTubeHeader/YTMainAppVideoPlayerOverlayView.h>
|
||||
#import <YouTubeHeader/YTNavigationBarTitleView.h>
|
||||
#import <YouTubeHeader/YTPlayerBarController.h>
|
||||
#import <YouTubeHeader/YTPlayerBarRectangleDecorationView.h>
|
||||
#import <YouTubeHeader/YTPlayerOverlay.h>
|
||||
|
|
@ -116,7 +117,12 @@
|
|||
@interface YTWatchViewController (uYouEnhanced)
|
||||
- (UIInterfaceOrientationMask) supportedInterfaceOrientations;
|
||||
- (UIInterfaceOrientation) preferredInterfaceOrientationForPresentation;
|
||||
- (void)forceRightFullscreenOrientation;
|
||||
@end
|
||||
|
||||
// Center YouTube Logo (Custom Version) - @arichornlover
|
||||
@interface YTNavigationBarTitleView (uYouEnhanced)
|
||||
@property (nonatomic, strong) UIView *customView;
|
||||
- (void)alignCustomViewToCenterOfWindow;
|
||||
@end
|
||||
|
||||
// uYouPlus
|
||||
|
|
@ -124,9 +130,6 @@
|
|||
@property(readonly, nonatomic) long long pageStyle;
|
||||
@end
|
||||
|
||||
@interface YTNavigationBarTitleView : UIView
|
||||
@end
|
||||
|
||||
@interface YTChipCloudCell : UIView
|
||||
@end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue