Test.hpp 408 Bytes
////
////  Test.hpp
////  manomotion
////
////  Created by sbc on 13/01/21.
////
//
//#ifndef Test_hpp
//#define Test_hpp
//
//#include <iostream>
//#include <string>
//
//using namespace std;
//
//
//string printFromManomotionLib(string str);
//
//class ManomotionCPPClass
//{
//    private :
//    int i;
//
//    public :
//    void setVal(int val);
//    void printVal();
//};
//
//#endif /* Test_hpp */