diff --git a/Sources/uYouPlusPatches.h b/Sources/uYouPlusPatches.h index e9b74f6..0e65c38 100644 --- a/Sources/uYouPlusPatches.h +++ b/Sources/uYouPlusPatches.h @@ -1,5 +1,6 @@ #import #import +#import #import #import #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