UnityViewControllerBase+tvOS.h 179 B

1234567
  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. {
  5. }
  6. @end