aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/geobase/timezone_getter.hpp
blob: 5749f1e3d65326c1850653e89e9c35228506db08 (plain) (blame)
1
2
3
4
5
6
7
8
9
#pragma once

#include <geobase/include/timezone_getter.hpp>
#include <geobase/include/structs.hpp>

namespace NGeobase {
    using TTimezone = NImpl::TTimezone;
    using TTimezoneGetter = NImpl::TTimezoneGetter;
}