mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 11:52:00 +00:00
Update uYouPlus.xm
This commit is contained in:
parent
e900e85a73
commit
536364a88f
1 changed files with 0 additions and 7 deletions
|
|
@ -290,13 +290,6 @@ static uint8_t cellDividerDataBytes[] = {
|
||||||
0x39, 0x39, 0x36, 0x30, 0x31, 0x37, 0x31, 0x33, 0x38,
|
0x39, 0x39, 0x36, 0x30, 0x31, 0x37, 0x31, 0x33, 0x38,
|
||||||
};
|
};
|
||||||
%hook YTIElementRenderer
|
%hook YTIElementRenderer
|
||||||
- (NSData *)elementData {
|
|
||||||
// NSString *description = [self description];
|
|
||||||
if ([self respondsToSelector:@selector(hasCompatibilityOptions)] && self.hasCompatibilityOptions && self.compatibilityOptions.hasAdLoggingData) return cellDividerData;
|
|
||||||
return %orig;
|
|
||||||
}
|
|
||||||
%end
|
|
||||||
%hook YTIElementRenderer
|
|
||||||
- (NSData *)elementData {
|
- (NSData *)elementData {
|
||||||
if ([self respondsToSelector:@selector(hasCompatibilityOptions)] && self.hasCompatibilityOptions && self.compatibilityOptions.hasAdLoggingData) {
|
if ([self respondsToSelector:@selector(hasCompatibilityOptions)] && self.hasCompatibilityOptions && self.compatibilityOptions.hasAdLoggingData) {
|
||||||
// HBLogInfo(@"YTX adLogging %@", cellDividerData);
|
// HBLogInfo(@"YTX adLogging %@", cellDividerData);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue