public.h 208 B

12345678910
  1. #pragma once
  2. #include <memory>
  3. namespace NYT::NAuth {
  4. struct IServiceTicketAuthPtrWrapper;
  5. using IServiceTicketAuthPtrWrapperPtr = std::shared_ptr<IServiceTicketAuthPtrWrapper>;
  6. } // namespace NYT::NAuth