aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Android_Studio/Tango.BL/src/main/cpp/OtherClass.h
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Android_Studio/Tango.BL/src/main/cpp/OtherClass.h')
-rw-r--r--Software/Android_Studio/Tango.BL/src/main/cpp/OtherClass.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/Software/Android_Studio/Tango.BL/src/main/cpp/OtherClass.h b/Software/Android_Studio/Tango.BL/src/main/cpp/OtherClass.h
deleted file mode 100644
index 0efe65b71..000000000
--- a/Software/Android_Studio/Tango.BL/src/main/cpp/OtherClass.h
+++ /dev/null
@@ -1,19 +0,0 @@
-//
-// Created by Roy on 11/5/2017.
-//
-#include <string>
-
-using namespace std;
-
-#ifndef ANDROID_STUDIO_OTHERCLASS_H
-#define ANDROID_STUDIO_OTHERCLASS_H
-
-
-class OtherClass {
-
-public:
- string getString(string str);
-};
-
-
-#endif //ANDROID_STUDIO_OTHERCLASS_H