// // ChatIndexController.h // AIIM // // Created by gan on 2025/4/6. // #ifndef ChatIndexController_h #define ChatIndexController_h #endif /* ChatIndexController_h */ #import @interface ChatIndexController : UIViewController @property(nonatomic, strong) NSMutableArray *chatlist; -(void)reloadList; @end