#pragma once #include "Resource.hpp" #include namespace cru::platform::osx { CFStringRef Convert(const String& string); String Convert(CFStringRef string); CFRange Convert(const Range& range); Range Convert(const CFRange& range); } // namespace cru::platform::osx