处理bug

This commit is contained in:
2025-11-28 14:25:13 +08:00
parent d4c553f072
commit 9268a21eb8
3 changed files with 24 additions and 5 deletions

View File

@@ -16,6 +16,10 @@ NS_ASSUME_NONNULL_BEGIN
@property (nonatomic, copy, nullable) void (^backHandler)(void);
@property (nonatomic, strong) UIButton *backButton; // 左上角返回
/// 外部(如 KBGuideVC根据引导页是否显示控制视频播放/暂停
- (void)kb_resumeGuideVideoIfNeeded;
- (void)kb_pauseGuideVideo;
@end
NS_ASSUME_NONNULL_END