| 123456789101112131415161718 |
- //
- // ChatIndexController.h
- // ABtong
- //
- // Created by gan on 2025/7/28.
- //
- #ifndef ChatIndexController_h
- #define ChatIndexController_h
- #endif /* ChatIndexController_h */
- #import <UIKit/UIKit.h>
- @interface ChatIndexController : UIViewController
- @property(nonatomic, strong) NSMutableArray *chatlist;
- @end
|