AdapterAndroidNative.h 433 Bytes
//#pragma once
//
//#include "Manomotion.h"
//
//#include "AndroidUtils.hpp"
//#include <core/AdapterBase.hpp>
//
//using namespace std;
////
//class AdapterAndroidNative: public AdapterBase{
//public:
//    AdapterAndroidNative ();
//private:
//    string getID() override;
//    string getPath() override;
//    string getBundleID() override;
//    string getDeviceModel() override;
//    string getDeviceBrand() override;
//};
//