mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-19 09:52:05 +00:00
New uYouPlusPatches.h Headers
Fixes compiling errors. These changes were ported from arichornloverALT/uYouEnhanced
This commit is contained in:
parent
2ecb12f80c
commit
755dde6cd1
1 changed files with 10 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#import <UIKit/UIActivityViewController.h>
|
||||
#import <YouTubeHeader/YTUIUtils.h>
|
||||
#import <YouTubeHeader/YTCommonUtils.h>
|
||||
#import <YouTubeHeader/YTColorPalette.h>
|
||||
#import <YouTubeHeader/YTCommonColorPalette.h>
|
||||
#import "Tweaks/protobuf/objectivec/GPBDescriptor.h"
|
||||
|
|
@ -75,6 +76,14 @@
|
|||
@property (nonatomic, assign, readwrite) BOOL hasOnAppear;
|
||||
@end
|
||||
|
||||
@interface ELMContext : NSObject
|
||||
@property (nonatomic, strong, readwrite) UIView *fromView;
|
||||
@end
|
||||
|
||||
@interface ELMCommandContext : NSObject
|
||||
@property (nonatomic, strong, readwrite) ELMContext *context;
|
||||
@end
|
||||
|
||||
@interface YTIUpdateShareSheetCommand
|
||||
@property (nonatomic, assign, readwrite) BOOL hasSerializedShareEntity;
|
||||
@property (nonatomic, copy, readwrite) NSString *serializedShareEntity;
|
||||
|
|
@ -87,6 +96,7 @@
|
|||
|
||||
@interface YTAccountScopedCommandResponderEvent
|
||||
@property (nonatomic, strong, readwrite) YTICommand *command;
|
||||
@property (nonatomic, strong, readwrite) UIView *fromView;
|
||||
@end
|
||||
|
||||
@interface YTIShareEntityEndpoint
|
||||
|
|
|
|||
Loading…
Reference in a new issue