ZFLandscapeViewController+RQExtension.h 317 B

1234567891011121314151617
  1. //
  2. // ZFLandscapeViewController+RQExtension.h
  3. // SDJK
  4. //
  5. // Created by 张嵘 on 2021/11/26.
  6. //
  7. #import "ZFLandscapeViewController.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface ZFLandscapeViewController (RQExtension)
  10. @property (nonatomic, assign) UIInterfaceOrientation currentOrientation;
  11. @end
  12. NS_ASSUME_NONNULL_END