Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <deathbaba@gmail.com>2012-05-08 21:41:21 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:38:13 +0300
commit53a13917f1453b9d8ca76f9cda6ceac5c6649a09 (patch)
treef5732a8bae557475107848061397c3def63acd1f /iphone/Maps/Classes/Framework.h
parentf3231c5b5c35838469aab7239ec7855a2b63a7c4 (diff)
[ios] Framework Refactoring
Diffstat (limited to 'iphone/Maps/Classes/Framework.h')
-rw-r--r--iphone/Maps/Classes/Framework.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/iphone/Maps/Classes/Framework.h b/iphone/Maps/Classes/Framework.h
new file mode 100644
index 0000000000..a00858f802
--- /dev/null
+++ b/iphone/Maps/Classes/Framework.h
@@ -0,0 +1,9 @@
+// Wraps framework access
+#pragma once
+
+#include "../../../map/framework.hpp"
+
+/// Creates framework at first access
+Framework & GetFramework();
+/// Releases framework resources
+void DeleteFramework(); \ No newline at end of file