mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 16:02:00 +00:00
Update uYouPlusPatches.h
This commit is contained in:
parent
4bc06bc602
commit
344719f0a8
1 changed files with 6 additions and 0 deletions
|
|
@ -84,3 +84,9 @@
|
||||||
@interface YTIInnertubeCommandExtensionRoot
|
@interface YTIInnertubeCommandExtensionRoot
|
||||||
+ (GPBExtensionDescriptor*)innertubeCommand;
|
+ (GPBExtensionDescriptor*)innertubeCommand;
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
@interface YTIShareEntityEndpoint
|
||||||
|
@property (nonatomic, assign, readwrite) BOOL hasSerializedShareEntity;
|
||||||
|
@property (nonatomic, copy, readwrite) NSString *serializedShareEntity;
|
||||||
|
+ (GPBExtensionDescriptor*)shareEntityEndpoint;
|
||||||
|
@end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue