diff options
| author | Brian Potchik <brian@vector35.com> | 2025-07-14 15:25:20 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2025-07-14 15:25:20 -0400 |
| commit | 7fc56eae3bae6f4f9023f3417300784b30c73f3b (patch) | |
| tree | 4911a4840379556e21929c72e90876ea9a73fec3 /plugins/workflow_objc/Workflow.h | |
| parent | 5bafe5c7bdb0b56037a0b5c573236f9c6367353a (diff) | |
Revert "Update Objective-C Workflow to use the meta workflow."
This reverts commit 5bafe5c7bdb0b56037a0b5c573236f9c6367353a.
Diffstat (limited to 'plugins/workflow_objc/Workflow.h')
| -rw-r--r-- | plugins/workflow_objc/Workflow.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/workflow_objc/Workflow.h b/plugins/workflow_objc/Workflow.h index 8b24951b..4479a8a7 100644 --- a/plugins/workflow_objc/Workflow.h +++ b/plugins/workflow_objc/Workflow.h @@ -10,6 +10,15 @@ #include "BinaryNinja.h" /** + * Namespace to hold activity ID constants. + */ +namespace ActivityID { + +constexpr auto ResolveMethodCalls = "core.function.objectiveC.resolveMethodCalls"; + +} + +/** * Workflow-related procedures. */ class Workflow { |
