ChatIndexController.h 313 B

123456789101112131415161718
  1. //
  2. // ChatIndexController.h
  3. // ABtong
  4. //
  5. // Created by gan on 2025/7/28.
  6. //
  7. #ifndef ChatIndexController_h
  8. #define ChatIndexController_h
  9. #endif /* ChatIndexController_h */
  10. #import <UIKit/UIKit.h>
  11. @interface ChatIndexController : UIViewController
  12. @property(nonatomic, strong) NSMutableArray *chatlist;
  13. @end