summaryrefslogtreecommitdiff
path: root/view/sharedcache/workflow/ObjCActivity.h
diff options
context:
space:
mode:
Diffstat (limited to 'view/sharedcache/workflow/ObjCActivity.h')
-rw-r--r--view/sharedcache/workflow/ObjCActivity.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/view/sharedcache/workflow/ObjCActivity.h b/view/sharedcache/workflow/ObjCActivity.h
new file mode 100644
index 00000000..05a0d1b8
--- /dev/null
+++ b/view/sharedcache/workflow/ObjCActivity.h
@@ -0,0 +1,9 @@
+#pragma once
+#include "binaryninjaapi.h"
+
+class ObjCActivity
+{
+ static void AdjustCallType(BinaryNinja::Ref<BinaryNinja::AnalysisContext> ctx);
+public:
+ static void Register(BinaryNinja::Workflow& workflow);
+}; \ No newline at end of file