diff --git a/Sources/uYouPlus.xm b/Sources/uYouPlus.xm index 8cc8b74..6380808 100644 --- a/Sources/uYouPlus.xm +++ b/Sources/uYouPlus.xm @@ -1,7 +1,5 @@ #import "uYouPlus.h" -NSData *cellDividerData; - // Tweak's bundle for Localizations support - @PoomSmart - https://github.com/PoomSmart/YouPiP/commit/aea2473f64c75d73cab713e1e2d5d0a77675024f NSBundle *uYouPlusBundle() { static NSBundle *bundle = nil; @@ -168,6 +166,7 @@ BOOL isAdString(NSString *description) { return YES; return NO; } +NSData *cellDividerData; %hook YTIElementRenderer - (NSData *)elementData { NSString *description = [self description];