@@ -0,0 +1,9 @@
#include <string>
#include "Weather.h"
class Service {
public:
virtual ~Service() = default;
virtual Weather getWeather(std::string s) = 0;
};
The note is not visible to the blocked user.