Removed duplicates

This commit is contained in:
arichornlover 2024-05-16 10:21:28 -05:00 committed by GitHub
parent 8b440b1c67
commit b32d273470
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -155,8 +155,6 @@ BOOL isAdString(NSString *description) {
return NO;
}
NSData *cellDividerData;
%hook YTIElementRenderer
- (NSData *)elementData {
NSString *description = [self description];