mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-04 05:06:58 -04:00
24 lines
349 B
C++
24 lines
349 B
C++
/*
|
|
* @file CellularServiceAPI.hpp
|
|
* @author Mateusz Piesta (mateusz.piesta@mudita.com)
|
|
* @date 09.07.19
|
|
* @brief
|
|
* @copyright Copyright (C) 2019 mudita.com
|
|
* @details
|
|
*/
|
|
|
|
|
|
|
|
#ifndef PUREPHONE_CELLULARSERVICEAPI_HPP
|
|
#define PUREPHONE_CELLULARSERVICEAPI_HPP
|
|
|
|
|
|
|
|
|
|
class CellularServiceAPI {
|
|
|
|
};
|
|
|
|
|
|
#endif //PUREPHONE_CELLULARSERVICEAPI_HPP
|