summaryrefslogtreecommitdiff
path: root/plugins/workflow_objc/Workflow.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/workflow_objc/Workflow.h')
-rw-r--r--plugins/workflow_objc/Workflow.h9
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 {