summaryrefslogtreecommitdiff
path: root/MLKDynamicContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKDynamicContext.h')
-rw-r--r--MLKDynamicContext.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/MLKDynamicContext.h b/MLKDynamicContext.h
index 0fbd5d4..b4c304c 100644
--- a/MLKDynamicContext.h
+++ b/MLKDynamicContext.h
@@ -39,6 +39,8 @@
catchTags:(NSDictionary *)catchTags
activeHandlerEnvironment:(MLKEnvironment *)handlerEnv;
++(MLKDynamicContext *) globalContext;
+
-(MLKDynamicContext *) pushContext;
+(MLKDynamicContext *) currentContext;