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