Files
SellyCloudSDK_demo/Example/SellyCloudSDK/Controllers/UINavigationController+Orientation.h
2026-03-01 15:59:27 +08:00

17 lines
254 B
Objective-C

//
// UINavigationController+Orientation.h
// AVDemo
//
// 让导航控制器将方向决策交给顶层 ViewController
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface UINavigationController (Orientation)
@end
NS_ASSUME_NONNULL_END