1234567891011121314151617 |
- //
- // ZFLandscapeViewController+RQExtension.h
- // SDJK
- //
- // Created by 张嵘 on 2021/11/26.
- //
- #import "ZFLandscapeViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface ZFLandscapeViewController (RQExtension)
- @property (nonatomic, assign) UIInterfaceOrientation currentOrientation;
- @end
- NS_ASSUME_NONNULL_END
|