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