aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Android_Studio/Tango.BL/src/main/cpp/OtherClass.h
blob: 0efe65b719c60e39634010a5660dc32ba6e2afd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//
// 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