新增页面

This commit is contained in:
2025-11-24 20:15:41 +08:00
parent 15e37841bb
commit 18df76a2b4
8 changed files with 347 additions and 8 deletions

View File

@@ -0,0 +1,16 @@
//
// KBNoticeVC.h
// keyBoard
//
// Created by Mac on 2025/11/24.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface KBNoticeVC : BaseViewController
@end
NS_ASSUME_NONNULL_END