UnityViewControllerBase+tvOS.h 178 B

12345
  1. #pragma once
  2. //for tvOS we need just one view controller subclass as there is no screen orientation here
  3. @interface UnityDefaultViewController : UnityViewControllerBase {}
  4. @end