From 344719f0a8c78bb607584cb4ab6cb9fb4b19a8f6 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Sun, 16 Jun 2024 03:32:04 -0500 Subject: [PATCH] Update uYouPlusPatches.h --- Sources/uYouPlusPatches.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Sources/uYouPlusPatches.h b/Sources/uYouPlusPatches.h index b88f7d3..6dcac73 100644 --- a/Sources/uYouPlusPatches.h +++ b/Sources/uYouPlusPatches.h @@ -84,3 +84,9 @@ @interface YTIInnertubeCommandExtensionRoot + (GPBExtensionDescriptor*)innertubeCommand; @end + +@interface YTIShareEntityEndpoint +@property (nonatomic, assign, readwrite) BOOL hasSerializedShareEntity; +@property (nonatomic, copy, readwrite) NSString *serializedShareEntity; ++ (GPBExtensionDescriptor*)shareEntityEndpoint; +@end