-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathHeader.h
More file actions
26 lines (21 loc) · 1.03 KB
/
Header.h
File metadata and controls
26 lines (21 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#import <YouTubeHeader/UIView+YouTube.h>
#import <YouTubeHeader/YTFrostedGlassView.h>
#import <YouTubeHeader/YTInlinePlayerBarContainerView.h>
#import <YouTubeHeader/YTMainAppControlsOverlayView.h>
#import <YouTubeHeader/YTQTMButton.h>
#import <YouTubeHeader/YTSettingsSectionItemManager.h>
@interface YTSettingsSectionItemManager (YTVideoOverlay)
- (void)updateYTVideoOverlaySectionWithEntry:(id)entry;
@end
@interface YTMainAppControlsOverlayView (YTVideoOverlay)
@property (retain, nonatomic) NSMutableDictionary <NSString *, YTQTMButton *> *overlayButtons;
- (UIImage *)buttonImage:(NSString *)tweakId;
@end
@interface YTInlinePlayerBarContainerView (YTVideoOverlay)
@property (retain, nonatomic) NSMutableDictionary <NSString *, YTQTMButton *> *overlayButtons;
@property (retain, nonatomic) NSMutableDictionary <NSString *, YTFrostedGlassView *> *overlayGlasses;
- (UIImage *)buttonImage:(NSString *)tweakId;
@end
#define _LOC(b, x) [b localizedStringForKey:x value:nil table:nil]
#define LOC(x) _LOC(tweakBundle, x)
#define OVERLAY_BUTTON_SIZE 24