diff --git a/Sources/uYouPlusPatches.h b/Sources/uYouPlusPatches.h index 6dcac73..e9b74f6 100644 --- a/Sources/uYouPlusPatches.h +++ b/Sources/uYouPlusPatches.h @@ -85,6 +85,10 @@ + (GPBExtensionDescriptor*)innertubeCommand; @end +@interface YTAccountScopedCommandResponderEvent +@property (nonatomic, strong, readwrite) YTICommand *command; +@end + @interface YTIShareEntityEndpoint @property (nonatomic, assign, readwrite) BOOL hasSerializedShareEntity; @property (nonatomic, copy, readwrite) NSString *serializedShareEntity;