// // KBAIMessageVC.h // keyBoard // // Created by Mac on 2026/1/28. // #import "BaseViewController.h" NS_ASSUME_NONNULL_BEGIN /// AI 消息主页面(Thumbs Up / Chatting 分页) @interface KBAIMessageVC : BaseViewController @end NS_ASSUME_NONNULL_END