refactor: split and simplify deobfuscator
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package jadx.api.core.nodes;
|
||||
|
||||
public interface IRenameNode {
|
||||
|
||||
void rename(String newName);
|
||||
}
|
||||
Reference in New Issue
Block a user