Obscure WebKit SPI

This commit is contained in:
2025-05-05 19:01:16 -07:00
parent 8fe8426cc2
commit 6301c40c59
5 changed files with 103 additions and 17 deletions

11
App/Hacks/Hacks.h Normal file
View File

@@ -0,0 +1,11 @@
//
// Hacks.h
// App
//
// Created by James Magahern on 5/5/25.
//
#import <Foundation/Foundation.h>
extern Class DecodedClass(const char *encodedClassName);
extern SEL DecodedSelector(const char *encodedSelectorName);